This is the base class for all annotation objects.
[SerializableAttribute()]public abstract class AnnObject : Leadtools.Annotations.AnnDrawable, System.ICloneable, System.IDisposable, System.Runtime.Serialization.ISerializable
<SerializableAttribute()>Public MustInherit Class AnnObjectInherits Leadtools.Annotations.AnnDrawableImplements System.ICloneable, System.IDisposable, System.Runtime.Serialization.ISerializable
[SerializableAttribute()]public ref class AnnObject abstract : public Leadtools.Annotations.AnnDrawable, System.ICloneable, System.IDisposable, System.Runtime.Serialization.ISerializable
The AnnObject class provides all the basic functionality common to all LEADTOOLS annotation objects.
The AnnObject is an abstract class, you cannot instantiate objects of this class directly.
This example displays the rotate angle of an AnnObject.
using Leadtools;using Leadtools.Annotations;using Leadtools.Codecs;using Leadtools.WinForms;using Leadtools.Drawing;public void AnnObject_AnnObject(AnnContainer container){foreach (AnnObject obj in container.Objects){string s = string.Format("Type: {0}, Name: {1}, Hyperlink: {2}", obj.GetType().Name, obj.Name, obj.Hyperlink);MessageBox.Show(s);}}
Imports LeadtoolsImports Leadtools.AnnotationsImports Leadtools.CodecsImports Leadtools.WinFormsImports Leadtools.DrawingPublic Sub AnnObject_AnnObject(ByVal container As AnnContainer)For Each obj As AnnObject In container.ObjectsDim s As String = String.Format("Type: {0}, Name: {1}, Hyperlink: {2}", obj.GetType().Name, obj.Name, obj.Hyperlink)MessageBox.Show(s)Next objEnd Sub
|
Products |
Support |
Feedback: AnnObject Class - Leadtools.Annotations |
Introduction |
Help Version 19.0.2017.6.20
|

Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
Your email has been sent to support! Someone should be in touch! If your matter is urgent please come back into chat.
Chat Hours:
Monday - Friday, 8:30am to 6pm ET
Thank you for your feedback!
Please fill out the form again to start a new chat.
All agents are currently offline.
Chat Hours:
Monday - Friday
8:30AM - 6PM EST
To contact us please fill out this form and we will contact you via email.