Click or drag to resize

NativeMethodsimgproc_fillPoly_Mat Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, 
	ExactSpelling = true)]
public static void imgproc_fillPoly_Mat(
	IntPtr img,
	IntPtr[] pts,
	int[] npts,
	int ncontours,
	Scalar color,
	int lineType,
	int shift,
	Point offset
)

Parameters

img
Type: SystemIntPtr
pts
Type: SystemIntPtr
npts
Type: SystemInt32
ncontours
Type: SystemInt32
color
Type: OpenCvSharpScalar
lineType
Type: SystemInt32
shift
Type: SystemInt32
offset
Type: OpenCvSharpPoint
See Also