Visual Basic (Declaration) | |
---|---|
<SerializableAttribute()> Public MustInherit Class AnnControlPoint Inherits AnnDrawable |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[SerializableAttribute()] public abstract class AnnControlPoint : AnnDrawable |
Managed Extensions for C++ | |
---|---|
[SerializableAttribute()] public __gc abstract class AnnControlPoint : public AnnDrawable |
C++/CLI | |
---|---|
[SerializableAttribute()] public ref class AnnControlPoint abstract : public AnnDrawable |
For an example, refer to AnnDesigner.
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.
System.Object
Leadtools.Annotations.AnnDrawable
Leadtools.Annotations.AnnControlPoint
Leadtools.Annotations.AnnRectangleControlPoint
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family