MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Drawing.Serialization Namespace / StringPatch Class / Transform Property

In This Topic
Transform Property (StringPatch)
In This Topic
Additional transformation matrix. It is necessary because it is not enough to simply update the text. You need to apply alignment, and in the case of rotated text, the tearing is done using a transform, since the text is torn relative to the rectangle, and not relative to the direction of the text.
Syntax
'Declaration
 
Public ReadOnly Property Transform As Matrix3x2
 
See Also