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

In This Topic
    Transform Property (AnchorPoint)
    In This Topic
    Gets the transformation matrix of the AnchorPoint taking into account the owner LayoutView transformation and the current position of the point.
    Syntax
    'Declaration
     
    Public ReadOnly Property Transform As Matrix
    public Matrix Transform {get;}
    See Also