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

In This Topic
Substract Method (SizeD)
In This Topic
Subtracts one SizeD structure from another.
Syntax
'Declaration
 
Public Shared Function Substract( _
   ByVal sz1 As SizeD, _
   ByVal sz2 As SizeD _
) As SizeD
 

Parameters

sz1
The SizeD that is subtracted from.
sz2
The SizeD that is subtracted.

Return Value

A SizeD representing the result of the subtraction.
See Also