Defines an annotation line object.
[SerializableAttribute()]public class AnnLineObject : Leadtools.Annotations.AnnObject, System.ICloneable, System.IDisposable, System.Runtime.Serialization.ISerializable
<SerializableAttribute()>Public Class AnnLineObjectInherits Leadtools.Annotations.AnnObjectImplements System.ICloneable, System.IDisposable, System.Runtime.Serialization.ISerializable
[SerializableAttribute()]public ref class AnnLineObject : public Leadtools.Annotations.AnnObject, System.ICloneable, System.IDisposable, System.Runtime.Serialization.ISerializable
The line annotation object is a simple line that has a start point, an end point and a pen. For more information about the line annotation object refer to AnnLineObject (Deprecated). For more information about the automated line annotation object, refer to Annotation Objects - Automated Features (Deprecated).
This example creates a new line object from 100, 200 to 400, 600 pixels with red pen and then adds it to a container.
using Leadtools;using Leadtools.Annotations;using Leadtools.Codecs;using Leadtools.WinForms;private void AnnLineObject_AnnLineObject(AnnContainer container){AnnLineObject line = new AnnLineObject();line.Pen = new AnnPen(Color.Red, new AnnLength(1, AnnUnit.Pixel));line.StartPoint = new AnnPoint(100, 200, AnnUnit.Pixel);line.EndPoint = new AnnPoint(400, 600, AnnUnit.Pixel);container.Objects.Add(line);}
Imports LeadtoolsImports Leadtools.AnnotationsImports Leadtools.CodecsImports Leadtools.WinFormsPrivate Sub AnnLineObject_AnnLineObject(ByVal container As AnnContainer)Dim line As AnnLineObject = New AnnLineObject()line.Pen = New AnnPen(Color.Red, New AnnLength(1, AnnUnit.Pixel))line.StartPoint = New AnnPoint(100, 200, AnnUnit.Pixel)line.EndPoint = New AnnPoint(400, 600, AnnUnit.Pixel)container.Objects.Add(line)End Sub
|
Products |
Support |
Feedback: AnnLineObject 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.