Click or drag to resize

RectangleFCenteredRect Method

Helper to create a rectangle centered on 0.5,0.5 with a given size.

Namespace:  Scandit.Recognition
Assembly:  Scandit.Recognition (in Scandit.Recognition.dll) Version: 5.19.3.10 (5.19.3.10)
Syntax
public static RectangleF CenteredRect(
	SizeF size
)

Parameters

size
Type: Scandit.RecognitionSizeF
The size of the rectangle

Return Value

Type: RectangleF
Rectangle centered on 0.5/0.5 with the given size.
Version Information

Supported in: 1.0
See Also