DioDocs for PDF
FromLTRB メソッド (ObjectRect)

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Text 名前空間 > ObjectRect クラス : FromLTRB メソッド
The X coordinate of the top left corner.
The Y coordinate of the top left corner.
The X coordinate of the bottom right corner.
The Y coordinate of the bottom right corner.
Creates an instance of ObjectRect from (left, top, right, bottom) coordinates.
シンタックス
'宣言
 
Public Shared Function FromLTRB( _
   ByVal left As System.Single, _
   ByVal top As System.Single, _
   ByVal right As System.Single, _
   ByVal bottom As System.Single _
) As ObjectRect
public static ObjectRect FromLTRB( 
   System.float left,
   System.float top,
   System.float right,
   System.float bottom
)

パラメータ

left
The X coordinate of the top left corner.
top
The Y coordinate of the top left corner.
right
The X coordinate of the bottom right corner.
bottom
The Y coordinate of the bottom right corner.
参照

ObjectRect クラス
ObjectRect メンバ