DioDocs for PDF
GetBounds(LayoutRect,Single,Single,Single,Single) メソッド

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Layout 名前空間 > Contour クラス > GetBounds メソッド : GetBounds(LayoutRect,Single,Single,Single,Single) メソッド
The target LayoutRect.
The minimum X offset of the Contour relative to targetRect's left side.
The maximum X offset of the Contour relative to targetRect's left side.
The minimum Y offset of the Contour relative to targetRect's top side.
The maximum Y offset of the Contour relative to targetRect's top side.
Gets the minimum and maximum positions of the Contour relative to the specified LayoutRect.
シンタックス
'宣言
 
Public Overloads Sub GetBounds( _
   ByVal targetRect As LayoutRect, _
   ByRef minX As System.Single, _
   ByRef maxX As System.Single, _
   ByRef minY As System.Single, _
   ByRef maxY As System.Single _
) 
public void GetBounds( 
   LayoutRect targetRect,
   out System.float minX,
   out System.float maxX,
   out System.float minY,
   out System.float maxY
)

パラメータ

targetRect
The target LayoutRect.
minX
The minimum X offset of the Contour relative to targetRect's left side.
maxX
The maximum X offset of the Contour relative to targetRect's left side.
minY
The minimum Y offset of the Contour relative to targetRect's top side.
maxY
The maximum Y offset of the Contour relative to targetRect's top side.
参照

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