CvSize2D32f  Conversion (CvSize2D32f to CvSize) OpenCvSharp Class Library
Creates a CvSize with the coordinates of the specified CvSize2D32f.

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

public static implicit operator CvSize (
	CvSize2D32f self
)

Parameters

self
Type: OpenCvSharpCvSize2D32f
A CvSize2D32f that specifies the coordinates for the new CvSize.

Return Value

Type: CvSize

[Missing <returns> documentation for "M:OpenCvSharp.CvSize2D32f.op_Implicit(OpenCvSharp.CvSize2D32f)~OpenCvSharp.CvSize"]

See Also

Reference