←Select platform

AnnControlPoint Class

Summary

Represents the shape of a control point (handle) used by the AnnEditDesigner.

Syntax

C#
VB
C++
[SerializableAttribute()] 
public abstract class AnnControlPoint : AnnDrawable 
  
<SerializableAttribute()> 
Public MustInherit Class AnnControlPoint  
   Inherits Leadtools.Annotations.AnnDrawable 
   Implements System.Runtime.Serialization.ISerializable  
[SerializableAttribute()] 
public ref class AnnControlPoint abstract : public Leadtools.Annotations.AnnDrawable, System.Runtime.Serialization.ISerializable   

Remarks

The AnnControlPoint class is used by AnnEditDesigner object to show handles that the user can click and drag.

Other classes derive from this class to provide certain shapes for control points such as the AnnRectangleControlPoint and AnnEllipseControlPoint.

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