Subtracts one SizeD structure from another.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public static SizeD operator -(
	SizeD sz1,
	SizeD sz2
)
Visual Basic
Public Shared Operator - ( _
	sz1 As SizeD, _
	sz2 As SizeD _
) As SizeD

Parameters

sz1
Type: C1.C1Preview..::..SizeD
The SizeD that is subtracted from.
sz2
Type: C1.C1Preview..::..SizeD
The SizeD that is subtracted.

Return Value

A SizeD representing the result of the subtraction.

See Also