System::Drawing::Region::Region コンストラクタ

Region::Region() constructor

新しい Region クラスのインスタンスを作成します。

System::Drawing::Region::Region()

参照

Region::Region(const Rectangle&) constructor

指定された矩形で定義された領域を表す新しい Region クラスのインスタンスを作成します。

System::Drawing::Region::Region(const Rectangle &rect)
パラメーター説明
rectconst Rectangle&領域を定義する矩形

参照

Region::Region(const RectangleF&) constructor

指定された矩形で定義された領域を表す新しい Region クラスのインスタンスを作成します。

System::Drawing::Region::Region(const RectangleF &rect)
パラメーター説明
rectconst RectangleF&領域を定義する矩形

参照

Region::Region(const SharedPtr<Drawing2D::GraphicsPath>&) constructor

指定されたパスで定義された領域を表す新しい Region クラスのインスタンスを作成します。

System::Drawing::Region::Region(const SharedPtr<Drawing2D::GraphicsPath> &path)
パラメーター説明
パスconst SharedPtr<Drawing2D::GraphicsPath>&領域を定義するパス

参照

Region::Region(const SharedPtr<Drawing2D::RegionData>&) constructor

指定された RegionData オブジェクトで定義された領域を表す新しい Region クラスのインスタンスを作成します。

System::Drawing::Region::Region(const SharedPtr<Drawing2D::RegionData> &region_data)
パラメーター説明
region_dataconst SharedPtr<Drawing2D::RegionData>&領域を定義する RegionData オブジェクト

参照

Region::Region(const SkPath&) constructor

System::Drawing::Region::Region(const SkPath &path)

参照