CvSize Method OpenCvSharp Class Library
Create CVSize structure and initializes it

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static CvSize Size(
	int width,
	int height
)

Parameters

width
Type: SystemInt32
Width
height
Type: SystemInt32
Height

Return Value

Type: CvSize

[Missing <returns> documentation for "M:OpenCvSharp.Cv.Size(System.Int32,System.Int32)"]

See Also

Reference