Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / IFigure Interface / TransformedPoints Property

In This Topic
    TransformedPoints Property
    In This Topic
    Gets points in world coordinates that will be joined by straight lines to form the polygon.

    Call the Flatten(Matrix3x2) method before using this property.

    Syntax
    'Declaration
     
    ReadOnly Property TransformedPoints As System.Drawing.PointF()
    System.Drawing.PointF[] TransformedPoints {get;}
    See Also