SizeF.op_Explicit

SizeF Explicit operator

Converts the specified SizeF to a PointF.

public static explicit operator PointF(SizeF size)
ParameterTypeDescription
sizeSizeFThe SizeF structure to be converted

Return Value

The PointF structure to which this operator converts.

See Also