The AnnPointDrawDesigner Class is available in LEADTOOLS Document and Medical Imaging toolkits.
This class extends the AnnDrawDesigner class to provide functionality for drawing an AnnPointObject on an annotation container.
| Visual Basic (Declaration) | |
|---|---|
<SerializableAttribute()> Public Class AnnPointDrawDesigner Inherits AnnDrawDesigner | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As AnnPointDrawDesigner | |
| C# | |
|---|---|
[SerializableAttribute()] public class AnnPointDrawDesigner : AnnDrawDesigner | |
| C++/CLI | |
|---|---|
[SerializableAttribute()] public ref class AnnPointDrawDesigner : public AnnDrawDesigner | |
For a complete example on how to use annotation draw and edit designers, refer to AnnDesigner.
System.Object
Leadtools.Annotations.AnnDesigner
Leadtools.Annotations.AnnDrawDesigner
Leadtools.Annotations.AnnPointDrawDesigner
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code