op_Implicit

implicit operator

Utför en implicit konvertering frånDouble tillResolution .

public static implicit operator Resolution(double value)
ParameterTypBeskrivning
valueDoubleVärdet behandlas som dpi.

Returvärde

Resultatet av konverteringen.

Se även


implicit operator

Utför en implicit konvertering frånSingle tillResolution .

public static implicit operator Resolution(float value)
ParameterTypBeskrivning
valueSingleVärdet behandlas som dpi.

Returvärde

Resultatet av konverteringen.

Se även