CvInvokeFillPoly Method |
Namespace: Emgu.CV
public static void FillPoly( IInputOutputArray img, IInputArray points, MCvScalar color, LineType lineType = LineType.EightConnected, int shift = 0, Point offset = null )
Public Shared Sub FillPoly ( img As IInputOutputArray, points As IInputArray, color As MCvScalar, Optional lineType As LineType = LineType.EightConnected, Optional shift As Integer = 0, Optional offset As Point = Nothing )
public: static void FillPoly( IInputOutputArray^ img, IInputArray^ points, MCvScalar color, LineType lineType = LineType::EightConnected, int shift = 0, Point offset = nullptr )
static member FillPoly : img : IInputOutputArray * points : IInputArray * color : MCvScalar * ?lineType : LineType * ?shift : int * ?offset : Point (* Defaults: let _lineType = defaultArg lineType LineType.EightConnected let _shift = defaultArg shift 0 let _offset = defaultArg offset null *) -> unit
2016 Emgu Corporation, All Rights Reserved,