LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

ControlPoints Property






Collection of AnnControlPoint objects for this AnnEditDesigner
Syntax
public virtual RasterCollection<AnnControlPoint> ControlPoints {get;}
'Declaration
 
Public Overridable ReadOnly Property ControlPoints As RasterCollection(Of AnnControlPoint)
'Usage
 
Dim instance As AnnEditDesigner
Dim value As RasterCollection(Of AnnControlPoint)
 
value = instance.ControlPoints
public virtual RasterCollection<AnnControlPoint> ControlPoints {get;}
 get_ControlPoints(); 
public:
virtual property RasterCollection<AnnControlPoint^>^ ControlPoints {
   RasterCollection<AnnControlPoint^>^ get();
}

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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnEditDesigner Class
AnnEditDesigner Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.