  | CvBlobLibWriteContourPolygonSvg Method (CvContourPolygon, String) | 
 
            Write a contour to a SVG file.
            
 
    Namespace: 
   OpenCvSharp.Blob
    Assembly:
   OpenCvSharp.Blob (in OpenCvSharp.Blob.dll) Version: 1.0.0
Syntaxpublic static void WriteContourPolygonSvg(
	CvContourPolygon polygon,
	string fileName
)
Public Shared Sub WriteContourPolygonSvg ( 
	polygon As CvContourPolygon,
	fileName As String
)
public:
static void WriteContourPolygonSvg(
	CvContourPolygon^ polygon, 
	String^ fileName
)
static member WriteContourPolygonSvg : 
        polygon : CvContourPolygon * 
        fileName : string -> unit 
Parameters
- polygon
 - Type: OpenCvSharp.BlobCvContourPolygon
Polygon contour. - fileName
 - Type: SystemString
File name. 
See Also