Gets the minimum and maximum positions of the
Contour relative to the specified
LayoutRect.
シンタックス
'宣言
Public Overloads Sub GetBounds( _
ByVal As LayoutRect, _
ByRef As System.Single, _
ByRef As System.Single, _
ByRef As System.Single, _
ByRef As System.Single _
)
public void GetBounds(
LayoutRect ,
out System.float ,
out System.float ,
out System.float ,
out System.float
)
パラメータ
- targetRect
- The target LayoutRect.
- minX
- The minimum X offset of the Contour relative to 's left side.
- maxX
- The maximum X offset of the Contour relative to 's left side.
- minY
- The minimum Y offset of the Contour relative to 's top side.
- maxY
- The maximum Y offset of the Contour relative to 's top side.
参照