[]
Returns a rectangle that bounds this IPath.
RectangleF GetBounds()
Function GetBounds() As RectangleF
Type | Description |
---|---|
RectangleF | A RectangleF that represents a rectangle that bounds this IPath. |
Returns a rectangle that bounds this IPath when this path is transformed by the specified Matrix3x2.
RectangleF GetBounds(Matrix3x2 worldTransform)
Function GetBounds(worldTransform As Matrix3x2) As RectangleF
Type | Name | Description |
---|---|---|
Matrix3x2 | worldTransform | The transform to apply to this path before calculating its bounds. |
Type | Description |
---|---|
RectangleF | A RectangleF that represents a rectangle that bounds this IPath. |