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