DioDocs for PDF
ObjectRect コンストラクタ(Single,Single,Single,Single)

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Text 名前空間 > ObjectRect クラス > ObjectRect コンストラクタ : ObjectRect コンストラクタ(Single,Single,Single,Single)
The X coordinate of the rectangle.
The Y coordinate of the rectangle.
The width of the rectangle.
The height of the rectangle.
Initializes a new instance of the ObjectRect class with the specified coordinates and size.
シンタックス
'宣言
 
Public Function New( _
   ByVal x As System.Single, _
   ByVal y As System.Single, _
   ByVal width As System.Single, _
   ByVal height As System.Single _
)
public ObjectRect( 
   System.float x,
   System.float y,
   System.float width,
   System.float height
)

パラメータ

x
The X coordinate of the rectangle.
y
The Y coordinate of the rectangle.
width
The width of the rectangle.
height
The height of the rectangle.
参照

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