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

In This Topic
Subtraction Operator (SizeD)
In This Topic
Subtracts one SizeD structure from another.
Syntax
'Declaration
 
Public Operator -( _
   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