Defines an annotation ellipse object.
[SerializableAttribute()]
public class AnnEllipseObject : Leadtools.Annotations.AnnRectangleObject, System.ICloneable, System.IDisposable, System.Runtime.Serialization.ISerializable
<SerializableAttribute()>
Public Class AnnEllipseObject
Inherits Leadtools.Annotations.AnnRectangleObject
Implements System.ICloneable, System.IDisposable, System.Runtime.Serialization.ISerializable
[SerializableAttribute()]
public ref class AnnEllipseObject : public Leadtools.Annotations.AnnRectangleObject, System.ICloneable, System.IDisposable, System.Runtime.Serialization.ISerializable
The ellipse annotation object is a simple ellipse defined by a bounding rectangle, a pen and a brush.
For more information about the ellipse annotation object refer to AnnEllipseObject (Deprecated). For more information about the automated ellipse annotation object, refer to Annotation Objects - Automated Features (Deprecated).
This example creates an ellipse object.
using Leadtools;
using Leadtools.Annotations;
using Leadtools.Codecs;
using Leadtools.WinForms;
private void AnnEllipseObject_AnnEllipseObject(AnnContainer container)
{
AnnEllipseObject ellipse = new AnnEllipseObject();
ellipse.Pen = new AnnPen(Color.Red, new AnnLength(1, AnnUnit.Pixel));
ellipse.Brush = new AnnSolidBrush(Color.White);
ellipse.Bounds = new AnnRectangle(100, 200, 400, 600, AnnUnit.Pixel);
container.Objects.Add(ellipse);
}
Imports Leadtools
Imports Leadtools.Annotations
Imports Leadtools.Codecs
Imports Leadtools.WinForms
Private Sub AnnEllipseObject_AnnEllipseObject(ByVal container As AnnContainer)
Dim ellipse As AnnEllipseObject = New AnnEllipseObject()
ellipse.Pen = New AnnPen(Color.Red, New AnnLength(1, AnnUnit.Pixel))
ellipse.Brush = New AnnSolidBrush(Color.White)
ellipse.Bounds = New AnnRectangle(100, 200, 400, 600, AnnUnit.Pixel)
container.Objects.Add(ellipse)
End Sub
Products |
Support |
Feedback: AnnEllipseObject 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.