←Select platform

ControlPointCount Property

Summary

Gets the number of control points required for this AnnEditDesigner.

Syntax

C#
VB
C++
public virtual int ControlPointCount { get; } 
  
Public Overridable ReadOnly Property ControlPointCount As Integer 
public: 
virtual property int ControlPointCount { 
   int get(); 
} 

Property Value

An integer that represents the number of control points required for this AnnEditDesigner.

Remarks

Use this value to determine how many AnnControlPoint objects to insert into the ControlPoints collection.

Example

For an example, refer to AnnDesigner.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly