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