Construct new size with the given width and height.
Namespace: Scandit.RecognitionAssembly: Scandit.Recognition (in Scandit.Recognition.dll) Version: 4.16.0.0 (4.16.0.0)
Syntax public SizeF(
float width,
float height
)
Public Sub New (
width As Single,
height As Single
)
public:
SizeF(
float width,
float height
)
new :
width : float32 *
height : float32 -> SizeF
Parameters
- width
- Type: SystemSingle
the width to use - height
- Type: SystemSingle
the height to use
See Also