Size2DSubtract Method

CVB.Net Documentation
Subtracts the width and height of one Size2D 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 Size2D Subtract(
	Size2D sz1,
	Size2D sz2
)

Parameters

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

Return Value

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

Reference