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


C1.Document.4.6.2 アセンブリ > C1.Interop 名前空間 > Rect 構造体 > Rect コンストラクタ : Rect コンストラクタ(Point,Point)
The first point that the new rectangle must contain.
The second point that the new rectangle must contain.
シンタックス
'宣言
 
Public Function New( _
   ByVal point1 As Point, _
   ByVal point2 As Point _
)
'使用法
 
Dim point1 As Point
Dim point2 As Point
 
Dim instance As New Rect(point1, point2)
public Rect( 
   Point point1,
   Point point2
)

パラメータ

point1
The first point that the new rectangle must contain.
point2
The second point that the new rectangle must contain.
参照

参照

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