Implicit Operator
Implicit(Int32Point to Point)
Creates a Point with the coordinates of the specified Int32Point
Declaration
public static implicit operator Point(Int32Point p)
Parameters
Type | Name | Description |
---|---|---|
Int32Point | p |
Returns
Type | Description |
---|---|
Point |