[]
Performs an explicit conversion from Point2D to C1.Win.Interop.Point.
public static explicit operator Point(Point2D value)
Type | Name | Description |
---|---|---|
Point2D | value |
Type | Description |
---|---|
Point |
Performs an explicit conversion from C1.Win.Interop.Point to Point2D.
public static explicit operator Point2D(Point p)
Type | Name | Description |
---|---|---|
Point | p |
Type | Description |
---|---|
Point2D |