Click or drag to resize

Size Constructor (Int32, Int32)

Constructor

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public Size(
	int width,
	int height
)

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