PsdTextFrame.TextBox Property

Gets the boundaries of the transformed text in this layer.

Namespace: Aurigma.GraphicsMill.Codecs.Psd
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public RectangleF TextBox { get; protected set; }

Property Value

A RectangleF structure that specifies the bounds of the transformed text.

Remarks

This text box represents bounds of the text.

See Also

Reference