Size2DdSubtract Method

CVB.Net Documentation
Subtracts the width and height of one SizeD structure width and height of another one.

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public static Size2Dd Subtract(
	Size2Dd sz1,
	Size2Dd sz2
)

Parameters

sz1
Type: Stemmer.CvbSize2Dd
First size to subtract.
sz2
Type: Stemmer.CvbSize2Dd
Second size to subtract.

Return Value

Type: Size2Dd
Resulting SizeD from the subtract operation.
See Also

Reference