Resolution.op_Implicit
implicit operator
Utför en implicit konvertering frånDouble tillResolution
.
public static implicit operator Resolution(double value)
Parameter | Typ | Beskrivning |
---|---|---|
value | Double | Värdet behandlas som dpi. |
Returvärde
Resultatet av konverteringen.
Se även
- class Resolution
- namnutrymme Aspose.Html.Drawing
- hopsättning Aspose.HTML
implicit operator
Utför en implicit konvertering frånSingle tillResolution
.
public static implicit operator Resolution(float value)
Parameter | Typ | Beskrivning |
---|---|---|
value | Single | Värdet behandlas som dpi. |
Returvärde
Resultatet av konverteringen.
Se även
- class Resolution
- namnutrymme Aspose.Html.Drawing
- hopsättning Aspose.HTML