Resource Base
Table of contents

DSContour

The Contour class represents a contour made up of multiple points.

Definition

Assembly: DynamsoftCore.xcframework

  • Objective-C
  • Swift
  1. @interface DSContour : NSObject
    
  2. class Contour : NSObject
    

Attributes

Attributes Type Description
points NSArray * An array of Point objects defining the vertices of the contour.

points

An array of Point objects defining the vertices of the contour.

  • Objective-C
  • Swift
  1. @property(nonatomic, copy) NSArray *points;
    
  2. var points: [Point] { get set }
    

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article:

latest version

    Change +