'Declaration Public Overloads Shared Function Convert( _
ByVal rectThe rectangle to convert.As System.Drawing.RectangleF _
) As Vintasoft.Primitives.VintasoftRect
public static Vintasoft.Primitives.VintasoftRect Convert(
System.Drawing.RectangleF rect
)
public: static Vintasoft.Primitives.VintasoftRect Convert(
System.Drawing.RectangleF* rect
)
public:
static Vintasoft.Primitives.VintasoftRect Convert(
System.Drawing.RectangleF^ rect
)
Parameters
- rect
- The rectangle to convert.
Return Value
Converted rectangle.