'Declaration Public Overloads Shared Function Convert( _
ByVal rectThe point 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 point to convert.
Return Value
Converted point.