Method GetBounds
GetBounds(Matrix)
Gets the object's bounds.
public abstract RectangleF GetBounds(Matrix matrix)
Parameters
matrix
MatrixThe matrix to apply before bounds will be calculated.
Returns
- RectangleF
The estimated object's bounds.
Gets the object's bounds.
public abstract RectangleF GetBounds(Matrix matrix)
matrix
MatrixThe matrix to apply before bounds will be calculated.
The estimated object's bounds.