Click or drag to resize

SizeF Structure

Size (width, height) with floating-point precision

Namespace:  Scandit.Recognition
Assembly:  Scandit.Recognition (in Scandit.Recognition.dll) Version: 5.19.3.10 (5.19.3.10)
Syntax
public struct SizeF

The SizeF type exposes the following members.

Constructors
  NameDescription
Public methodSizeF
Construct new size with the given width and height.
Top
Methods
  NameDescription
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 fieldHeight
Width
Public fieldWidth
Height
Top
Version Information

Supported in: 1.0
See Also