←Select platform

ControlPoints Property

Summary

Collection of AnnControlPoint objects for this AnnEditDesigner

Syntax

C#
VB
C++
public virtual RasterCollection<AnnControlPoint> ControlPoints { get; } 
  
Public Overridable ReadOnly Property ControlPoints As Leadtools.RasterCollection(Of AnnControlPoint) 

Property Value

An RasterCollection<AnnControlPoint> that contains the AnnControlPoint objects for this AnnEditDesigner.

Remarks

You should fill this collection with the control points needed for this particular AnnEditDesigner. You can query the ControlPointCount to find out the number of AnnControlPoint objects this AnnEditDesigner requires.

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