Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Layout Namespace / LayoutRect Class / Transform Property

In This Topic
    Transform Property (LayoutRect)
    In This Topic
    Gets the transformation matrix of the LayoutRect taking into account the owner LayoutView transformation, the top left corner position (P0), and the rotation angle.
    Syntax
    'Declaration
     
    Public ReadOnly Property Transform As Matrix
    public Matrix Transform {get;}
    See Also