C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / PointD Structure / Substract Method
The PointD that is subtracted from.
The SizeD that is subtracted.

In This Topic
Substract Method (PointD)
In This Topic
Subtracts a SizeD from a PointD.
Syntax
'Declaration
 
Public Shared Function Substract( _
   ByVal pt As PointD, _
   ByVal sz 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.
See Also