Point.op_Explicit

Point Explicit operator

Creates a Size with the coordinates of the specified Point.

public static explicit operator Size(Point p)
ParameterTypeDescription
pPointThe Point to be converted.

Return Value

The Size that results from the conversion.

See Also