GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoPolygon Class / CopyPointsArray Method
In This Topic
    CopyPointsArray Method (GoPolygon)
    In This Topic
    Returns a copy of the array of points in this polygon.
    Syntax
    [Category("Appearance")]
    [Description("A copy of the array of points in this polygon.")]
    public virtual PointF[] CopyPointsArray()
    See Also