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