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