Resolution.op_Implicit

implicit operator

Performs an implicit conversion from Double to Resolution.

public static implicit operator Resolution(double value)
ParameterTypeDescription
valueDoubleThe value treated as dpi.

Return Value

The result of the conversion.

See Also


implicit operator

Performs an implicit conversion from Single to Resolution.

public static implicit operator Resolution(float value)
ParameterTypeDescription
valueSingleThe value treated as dpi.

Return Value

The result of the conversion.

See Also