Visual Basic (Declaration) | |
---|---|
<SerializableAttribute()> Public Class AnnPolylineEditDesigner Inherits AnnEditDesigner |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[SerializableAttribute()] public class AnnPolylineEditDesigner : AnnEditDesigner |
Managed Extensions for C++ | |
---|---|
[SerializableAttribute()] public __gc class AnnPolylineEditDesigner : public AnnEditDesigner |
C++/CLI | |
---|---|
[SerializableAttribute()] public ref class AnnPolylineEditDesigner : public AnnEditDesigner |
For a complete example on how to use annotation draw and edit designers, refer to AnnDesigner.
You can use the AnnPolylineEditDesigner class to edit an AnnPolylineObject or any other object that derives from it. For example, this designer is used to edit AnnPolygonObject objects as well.
System.Object
Leadtools.Annotations.AnnDesigner
Leadtools.Annotations.AnnEditDesigner
Leadtools.Annotations.AnnPolylineEditDesigner
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