ResolutionSubtraction Operator
Implements the operator -.

Namespace: Aspose.Svg.Drawing
Assembly: Aspose.SVG (in Aspose.SVG.dll) Version: 20.2
Syntax
public static Resolution operator -(
	Resolution a,
	Resolution b
)

Parameters

a
Type: Aspose.Svg.DrawingResolution
The parameter a.
b
Type: Aspose.Svg.DrawingResolution
The parameter b.

Return Value

Type: Resolution
The result of the operator.
Exceptions
ExceptionCondition
ArgumentNullExceptionArguments are null
ArgumentException Arguments have different types or Arguments have different resolutions or
See Also