NativeMethodscore_ellipse Method (IntPtr, Point, Size, Double, Double, Double, CvScalar, Int32, Int32, Int32) OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.core_ellipse(System.IntPtr,OpenCvSharp.CPlusPlus.Point,OpenCvSharp.CPlusPlus.Size,System.Double,System.Double,System.Double,OpenCvSharp.CvScalar,System.Int32,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,
	Point center,
	Size axes,
	double angle,
	double startAngle,
	double endAngle,
	CvScalar color,
	int thickness,
	int lineType,
	int shift
)

Parameters

img
Type: SystemIntPtr

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

center
Type: OpenCvSharp.CPlusPlusPoint

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

axes
Type: OpenCvSharp.CPlusPlusSize

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

angle
Type: SystemDouble

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

startAngle
Type: SystemDouble

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

endAngle
Type: SystemDouble

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

color
Type: OpenCvSharpCvScalar

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

thickness
Type: SystemInt32

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

lineType
Type: SystemInt32

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

shift
Type: SystemInt32

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

See Also

Reference