ActivityDesignerPaintEventArgs.ClipRectangle プロパティ

定義

描画先の Rectangle を取得します。

public:
 property System::Drawing::Rectangle ClipRectangle { System::Drawing::Rectangle get(); };
public System.Drawing.Rectangle ClipRectangle { get; }
member this.ClipRectangle : System.Drawing.Rectangle
Public ReadOnly Property ClipRectangle As Rectangle

プロパティ値

描画する領域を示す Rectangle

注釈

クリッピング四角形が示す領域は、Graphics によって指定される ActivityDesignerPaintEventArgs を使用して再描画される画面上の領域です。

適用対象