TextShapeGetBounds Method (Matrix, Pen)
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,
	Pen pen
)

Parameters

matrix
Type: Aspose.PSDMatrix
The matrix to apply before bounds will be calculated.
pen
Type: Aspose.PSDPen
The pen to use for object. This can influence the object's bounds size.

Return Value

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