GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoDrawing Class / Data Property
In This Topic
    Data Property
    In This Topic
    Gets or sets both the array of bytes of GoDrawingActions and the array of PointFs, bundled together in a GoDrawingData object.
    Syntax
    [Category("Appearance")]
    public GoDrawingData Data {get; set;}
    Remarks
    Getting this property will result in a new GoDrawingData with copies of the two arrays.
    See Also