[]
public static PointD operator -(PointD pt, SizeD sz)
Type | Name | Description |
---|---|---|
PointD | pt | The PointD that is subtracted from. |
SizeD | sz | The SizeD that is subtracted. |
Type | Description |
---|---|
PointD | A PointD representing the result of the subtraction. |