NativeMethodscvFillConvexPoly Method OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.cvFillConvexPoly(System.IntPtr,OpenCvSharp.CvPoint[],System.Int32,OpenCvSharp.CvScalar,OpenCvSharp.LineType,System.Int32)"]

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

public static void cvFillConvexPoly(
	IntPtr img,
	CvPoint[] pts,
	int npts,
	CvScalar color,
	LineType lineType,
	int shift
)

Parameters

img
Type: SystemIntPtr

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

pts
Type: OpenCvSharpCvPoint

[Missing <param name="pts"/> documentation for "M:OpenCvSharp.NativeMethods.cvFillConvexPoly(System.IntPtr,OpenCvSharp.CvPoint[],System.Int32,OpenCvSharp.CvScalar,OpenCvSharp.LineType,System.Int32)"]

npts
Type: SystemInt32

[Missing <param name="npts"/> documentation for "M:OpenCvSharp.NativeMethods.cvFillConvexPoly(System.IntPtr,OpenCvSharp.CvPoint[],System.Int32,OpenCvSharp.CvScalar,OpenCvSharp.LineType,System.Int32)"]

color
Type: OpenCvSharpCvScalar

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

lineType
Type: OpenCvSharpLineType

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

shift
Type: SystemInt32

[Missing <param name="shift"/> documentation for "M:OpenCvSharp.NativeMethods.cvFillConvexPoly(System.IntPtr,OpenCvSharp.CvPoint[],System.Int32,OpenCvSharp.CvScalar,OpenCvSharp.LineType,System.Int32)"]

See Also

Reference