| Size2f Constructor (Double, Double) |
Constructor
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public Size2f(
double width,
double height
)
Public Sub New (
width As Double,
height As Double
)
public:
Size2f(
double width,
double height
)
new :
width : float *
height : float -> Size2f
Parameters
- width
- Type: SystemDouble
[Missing <param name="width"/> documentation for "M:OpenCvSharp.Size2f.#ctor(System.Double,System.Double)"]
- height
- Type: SystemDouble
[Missing <param name="height"/> documentation for "M:OpenCvSharp.Size2f.#ctor(System.Double,System.Double)"]
See Also