GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoDrawing Class / GoDrawing Constructor / GoDrawing Constructor(GoFigure)
In This Topic
    GoDrawing Constructor(GoFigure)
    In This Topic
    Construct a shape that is initialized to look like a particular GoFigure.
    Syntax
    public GoDrawing( 
       GoFigure f
    )

    Parameters

    f
    Remarks
    The initial Angle will be zero. You can always change the figure by setting the Figure property.
    See Also