Size.op_Implicit

Size Implicit operator

Converts the specified Size to a SizeF.

public static implicit operator SizeF(Size size)
ParameterTypeDescription
sizeSizeThe Size to convert.

Return Value

The SizeF structure to which this operator converts.

See Also