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

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

public static implicit operator CvSize2D32f (
	CvSize obj
)

Parameters

obj
Type: OpenCvSharpCvSize
A CvSize that specifies the coordinates for the new CvSize2D32f.

Return Value

Type: CvSize2D32f

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

See Also

Reference