Resolution.op_Implicit
implicit operator
Performs an implicit conversion from Double to Resolution
.
public static implicit operator Resolution(double value)
Parameter | Type | Description |
---|---|---|
value | Double | The value treated as dpi. |
Return Value
The result of the conversion.
See Also
- class Resolution
- namespace Aspose.Svg.Drawing
- assembly Aspose.SVG
implicit operator
Performs an implicit conversion from Single to Resolution
.
public static implicit operator Resolution(float value)
Parameter | Type | Description |
---|---|---|
value | Single | The value treated as dpi. |
Return Value
The result of the conversion.
See Also
- class Resolution
- namespace Aspose.Svg.Drawing
- assembly Aspose.SVG