'Declaration Public Overloads Shared Function Convert( _
ByVal pointThe point to convert.As System.Drawing.Point _
) As Vintasoft.Primitives.VintasoftPointI
public static Vintasoft.Primitives.VintasoftPointI Convert(
System.Drawing.Point point
)
public: static Vintasoft.Primitives.VintasoftPointI Convert(
System.Drawing.Point* point
)
public:
static Vintasoft.Primitives.VintasoftPointI Convert(
System.Drawing.Point^ point
)
Parameters
- point
- The point to convert.
Return Value
Converted point.