op_Explicit

Size Explicit operator

Converts the specified Size to a Point.

public static explicit operator Point(Size size)
ParameterTypeDescription
sizeSizeThe Size to convert.

Return Value

The Point structure to which this operator converts.

See Also