Click or drag to resize
RectangleF Structure
Axis-aligned rectangle as defined by top-left corner and size with floating-point precision.

Namespace: Scandit.Recognition
Assembly: Scandit.Recognition (in Scandit.Recognition.dll) Version: 4.16.0.0 (4.16.0.0)
Syntax
public struct RectangleF

The RectangleF type exposes the following members.

Constructors
  NameDescription
Public methodRectangleF
Construct new rectangle
Top
Methods
  NameDescription
Public methodStatic memberCenteredRect
Helper to create a rectangle centered on 0.5,0.5 with a given size.
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldPosition
Top-left corner of the rectangle.
Public fieldSize
Size of the rectangle.
Top
See Also