GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoObject Class / MakeRect Method / MakeRect(PointF) Method
In This Topic
    MakeRect(PointF) Method
    In This Topic
    A static method for converting a PointF to a RectangleF, for calls to Changed.
    Syntax
    public static RectangleF MakeRect( 
       PointF p
    )

    Parameters

    p
    See Also