RectTruncate Method

CVB.Net Documentation
Converts the given rect to a Rect structure by rounding the values of the RectD structure to the next lower integer number.

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

public static Rect Truncate(
	RectD rect
)

Parameters

rect
Type: Stemmer.CvbRectD
Rect to perform ceiling operation on.

Return Value

Type: Rect
New rounded Rect.
See Also

Reference