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

    Parameters

    s
    See Also