Resource Base
Table of contents

CContour

The CContour class represents a contour in 2D space. It contains an array of CPoint objects, which represent the vertices of the contour.

Definition

Namespace: dynamsoft::basic_structures

Assembly: DynamsoftCore

class CContour 

Attributes Summary

Attribute Type
pointsCount int
points CPoint*

Methods Summary

Method Description
~CContour The destructor of CContour.

pointsCount

The number of points in the contour.

int pointsCount

points

The point array of the contour. The memory will be released by CContour.

CPoint* points

See Also

CPoint

~CContour Destructor

The destructor of CContour. It releases the memory of the point array.

~CContour()

This page is compatible for:

Version 1.0

Is this page helpful?

YesYes NoNo

In this article:

version 3.0.30

  • Latest version (2.2.20)
  • Version 2.x
    • Version 2.2.10
    • Version 2.2.0
    • Version 2.0.30
    • Version 2.0.20
    • Version 2.0.10
    • Version 2.0.0
Change +
© 2003–2024 Dynamsoft. All rights reserved.
Privacy Statement / Site Map / Home / Purchase / Support