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