FlexReport for WinForms
Rect コンストラクタ(Point,Size)


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

パラメータ

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

参照

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