SizeF.op_Explicit

SizeF Explicit operator

Converts the specified SizeF to a PointF.

public static explicit operator PointF(SizeF size)
ParameterTypeDescription
sizeSizeFValue of type SizeF.

Return Value

Result of type PointF.

See Also