Gets the minimum and maximum positions of the
Contour relative to the specified
LayoutView.
シンタックス
'宣言
Public Overloads Sub GetBounds( _
ByVal As LayoutView, _
ByRef As System.Single, _
ByRef As System.Single, _
ByRef As System.Single, _
ByRef As System.Single _
)
public void GetBounds(
LayoutView ,
out System.float ,
out System.float ,
out System.float ,
out System.float
)
パラメータ
- targetView
- The destination LayoutView or null 参照 (Visual Basicでは Nothing) to reference 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.
参照