CalendarView for WinForms
Region コンストラクタ(Rectangle)

C1.Win.C1Input.4.5.2 アセンブリ > C1.Framework.Drawing.Gdi 名前空間 > Region クラス > Region コンストラクタ : Region コンストラクタ(Rectangle)
A System.Drawing.Rectangle structure that defines the interior of the new Region object.
Initializes a new Region object from the specified System.Drawing.Rectangle structure.
シンタックス
'宣言
 
Public Function New( _
   ByVal rectangle As System.Drawing.Rectangle _
)
public Region( 
   System.Drawing.Rectangle rectangle
)

パラメータ

rectangle
A System.Drawing.Rectangle structure that defines the interior of the new Region object.
解説
This method creates a new Region object with a rectangular interior. The interior is defined by the rectangle parameter.
参照

Region クラス
Region メンバ
オーバーロード一覧