Point.op_Explicit

explicit operator

public static explicit operator #=zx$8VgZd$cCFa9AYpdhbJjwA=(Point point)

See Also


explicit operator

Converts the specified Point structure to a Size structure.

public static explicit operator Size(Point point)
ParameterTypeDescription
pointPointThe Point to be converted.

Return Value

The Size that results from the conversion.

See Also