Substract Method (PointD)
'Declaration
Public Shared Function Substract( _
ByVal As PointD, _
ByVal As SizeD _
) As PointD
Parameters
- pt
- The PointD that is subtracted from.
- sz
- The SizeD that is subtracted.
Return Value
A
PointD representing the result of the subtraction.