| CurveShapeGetBounds Method (Matrix) |
Gets the object's bounds.
Namespace: Aspose.PSD.ShapesAssembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntaxpublic override RectangleF GetBounds(
Matrix matrix
)
Public Overrides Function GetBounds (
matrix As Matrix
) As RectangleF
public:
virtual RectangleF GetBounds(
Matrix^ matrix
) override
abstract GetBounds :
matrix : Matrix -> RectangleF
override GetBounds :
matrix : Matrix -> RectangleF Parameters
- matrix
- Type: Aspose.PSDMatrix
The matrix to apply before bounds will be calculated.
Return Value
Type:
RectangleFThe estimated object's bounds.
See Also