[]
Returns a rectangle that bounds this GraphicsPath when this path is transformed by the specified Matrix3x2.
public RectangleF GetBounds(Matrix3x2 worldTransform)
Public 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 GraphicsPath. |