PrintDocument for WinForms
RectangleD コンストラクタ(PointD,SizeD)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > RectangleD 構造体 > RectangleD コンストラクタ : RectangleD コンストラクタ(PointD,SizeD)
The location (coordinates of the top left corner) of the rectangle.
The size of the rectangle.
Initializes a new instance of the RectangleD structure.
シンタックス
'宣言
 
Public Function New( _
   ByVal location As PointD, _
   ByVal size As SizeD _
)
'使用法
 
Dim location As PointD
Dim size As SizeD
 
Dim instance As New RectangleD(location, size)
public RectangleD( 
   PointD location,
   SizeD size
)

パラメータ

location
The location (coordinates of the top left corner) of the rectangle.
size
The size of the rectangle.
参照

RectangleD 構造体
RectangleD メンバ
オーバーロード一覧