Click or drag to resize

NativeMethodsimgproc_ellipse2Poly_int Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus imgproc_ellipse2Poly_int(
	Point center,
	Size axes,
	int angle,
	int arcStart,
	int arcEnd,
	int delta,
	IntPtr pts
)

Parameters

center
Type: OpenCvSharpPoint

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

axes
Type: OpenCvSharpSize

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

angle
Type: SystemInt32

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

arcStart
Type: SystemInt32

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

arcEnd
Type: SystemInt32

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

delta
Type: SystemInt32

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

pts
Type: SystemIntPtr

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

Return Value

Type: ExceptionStatus

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

See Also