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

GrapeCity.Documents.Imaging アセンブリ > GrapeCity.Documents.Layout 名前空間 > Contour クラス > GetBounds メソッド : GetBounds(LayoutView,Single,Single,Single,Single) メソッド
The destination LayoutView; null to target the LayoutHost.
The minimum X coordinate of the Contour in the target view's coordinates.
The maximum X coordinate of the Contour in the target view's coordinates.
The minimum Y coordinate of the Contour in the target view's coordinates.
The maximum Y coordinate of the Contour in the target view's coordinates.
Gets the minimum and maximum positions of the Contour relative to the specified LayoutView.
シンタックス
'宣言
 
Public Overloads Sub GetBounds( _
   ByVal targetView As LayoutView, _
   ByRef minX As System.Single, _
   ByRef maxX As System.Single, _
   ByRef minY As System.Single, _
   ByRef maxY As System.Single _
) 
public void GetBounds( 
   LayoutView targetView,
   out System.float minX,
   out System.float maxX,
   out System.float minY,
   out System.float maxY
)

パラメータ

targetView
The destination LayoutView; null to target the LayoutHost.
minX
The minimum X coordinate of the Contour in the target view's coordinates.
maxX
The maximum X coordinate of the Contour in the target view's coordinates.
minY
The minimum Y coordinate of the Contour in the target view's coordinates.
maxY
The maximum Y coordinate of the Contour in the target view's coordinates.
参照

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