Click or drag to resize

NativeMethodsimgproc_ellipse1 Method

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.imgproc_ellipse1(System.IntPtr,OpenCvSharp.Point,OpenCvSharp.Size,System.Double,System.Double,System.Double,OpenCvSharp.Scalar,System.Int32,System.Int32,System.Int32)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus imgproc_ellipse1(
	IntPtr img,
	Point center,
	Size axes,
	double angle,
	double startAngle,
	double endAngle,
	Scalar color,
	int thickness,
	int lineType,
	int shift
)

Parameters

img
Type: SystemIntPtr

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

center
Type: OpenCvSharpPoint

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

axes
Type: OpenCvSharpSize

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

angle
Type: SystemDouble

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

startAngle
Type: SystemDouble

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

endAngle
Type: SystemDouble

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

color
Type: OpenCvSharpScalar

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

thickness
Type: SystemInt32

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

lineType
Type: SystemInt32

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

shift
Type: SystemInt32

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

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.imgproc_ellipse1(System.IntPtr,OpenCvSharp.Point,OpenCvSharp.Size,System.Double,System.Double,System.Double,OpenCvSharp.Scalar,System.Int32,System.Int32,System.Int32)"]

See Also