CvInvokeFillConvexPoly Method |
Namespace: Emgu.CV
public static void FillConvexPoly( IInputOutputArray img, IInputArray points, MCvScalar color, LineType lineType = 8, int shift = 0 )
Public Shared Sub FillConvexPoly ( img As IInputOutputArray, points As IInputArray, color As MCvScalar, Optional lineType As LineType = 8, Optional shift As Integer = 0 )
public: static void FillConvexPoly( IInputOutputArray^ img, IInputArray^ points, MCvScalar^ color, LineType^ lineType = 8, int shift = 0 )
static member FillConvexPoly : img : IInputOutputArray * points : IInputArray * color : MCvScalar * ?lineType : LineType * ?shift : int (* Defaults: let _lineType = defaultArg lineType 8 let _shift = defaultArg shift 0 *) -> unit
2019 Emgu Corporation, All Rights Reserved,