CurveShapeGetBounds Method (Matrix)
Gets the object's bounds.

Namespace: Aspose.PSD.Shapes
Assembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntax
public override RectangleF GetBounds(
	Matrix matrix
)

Parameters

matrix
Type: Aspose.PSDMatrix
The matrix to apply before bounds will be calculated.

Return Value

Type: RectangleF
The estimated object's bounds.
See Also