Document Solutions for Imaging
DS.Documents.Imaging Assembly / GrapeCity.Documents.Layout.Composition Namespace / Visual Class / Points Property

In This Topic
    Points Property (Visual)
    In This Topic
    Gets the array of points transformed relative to the associated GrapeCity.Documents.Layout.LayoutRect if any exists, or relative to the owner GrapeCity.Documents.Layout.LayoutView.
    Syntax
    'Declaration
     
    Public ReadOnly Property Points As System.Drawing.PointF()
    public System.Drawing.PointF[] Points {get;}
    See Also