NativeMethodscore_ellipse Method (IntPtr, RotatedRect, CvScalar, Int32, Int32) OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.core_ellipse(System.IntPtr,OpenCvSharp.CPlusPlus.RotatedRect,OpenCvSharp.CvScalar,System.Int32,System.Int32)"]

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

public static void core_ellipse(
	IntPtr img,
	RotatedRect box,
	CvScalar color,
	int thickness,
	int lineType
)

Parameters

img
Type: SystemIntPtr

[Missing <param name="img"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.core_ellipse(System.IntPtr,OpenCvSharp.CPlusPlus.RotatedRect,OpenCvSharp.CvScalar,System.Int32,System.Int32)"]

box
Type: OpenCvSharp.CPlusPlusRotatedRect

[Missing <param name="box"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.core_ellipse(System.IntPtr,OpenCvSharp.CPlusPlus.RotatedRect,OpenCvSharp.CvScalar,System.Int32,System.Int32)"]

color
Type: OpenCvSharpCvScalar

[Missing <param name="color"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.core_ellipse(System.IntPtr,OpenCvSharp.CPlusPlus.RotatedRect,OpenCvSharp.CvScalar,System.Int32,System.Int32)"]

thickness
Type: SystemInt32

[Missing <param name="thickness"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.core_ellipse(System.IntPtr,OpenCvSharp.CPlusPlus.RotatedRect,OpenCvSharp.CvScalar,System.Int32,System.Int32)"]

lineType
Type: SystemInt32

[Missing <param name="lineType"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.core_ellipse(System.IntPtr,OpenCvSharp.CPlusPlus.RotatedRect,OpenCvSharp.CvScalar,System.Int32,System.Int32)"]

See Also

Reference