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: 4.16.0.0 (4.16.0.0)
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.
See Also