| Size Constructor (Int32, Int32) |
Constructor
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public 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
Parameters
- width
- Type: SystemInt32
[Missing <param name="width"/> documentation for "M:OpenCvSharp.Size.#ctor(System.Int32,System.Int32)"]
- height
- Type: SystemInt32
[Missing <param name="height"/> documentation for "M:OpenCvSharp.Size.#ctor(System.Int32,System.Int32)"]
See Also