RectTruncateCeiling Method

CVB.Net Documentation
Converts the given rect to a Rect structure by truncating Left and Top and rounding Right and Bottom to the next higher integer number.

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

public static Rect TruncateCeiling(
	RectD rect
)

Parameters

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

Return Value

Type: Rect
New rounded Rect.
See Also

Reference