| TextShapeGetBounds Method (Matrix, Pen) |
Gets the object's bounds.
Namespace: Aspose.PSD.ShapesAssembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntaxpublic override RectangleF GetBounds(
Matrix matrix,
Pen pen
)
Public Overrides Function GetBounds (
matrix As Matrix,
pen As Pen
) As RectangleF
public:
virtual RectangleF GetBounds(
Matrix^ matrix,
Pen^ pen
) override
abstract GetBounds :
matrix : Matrix *
pen : Pen -> RectangleF
override GetBounds :
matrix : Matrix *
pen : Pen -> RectangleF 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:
RectangleFThe estimated object's bounds.
See Also