GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoDrawingData Class / GoDrawingData Constructor
In This Topic
    GoDrawingData Constructor
    In This Topic
    Constructs a GoDrawingData containing an array of byte GoDrawingActions and a corresponding array of PointFs.
    Syntax
    public GoDrawingData( 
       byte[] acts,
       PointF[] pts
    )

    Parameters

    acts
    pts
    See Also