Size2f Constructor (Single, Single)
|
Initializes a new instance of the
Size2f class
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic Size2f(
float width,
float height
)
Public Sub New (
width As Single,
height As Single
)
public:
Size2f(
float width,
float height
)
new :
width : float32 *
height : float32 -> Size2f
OpenCvSharp.Size2f = function(width, height);
Parameters
- width
- Type: SystemSingle
- height
- Type: SystemSingle
See Also