Defines an annotation ellipse object.
public class AnnEllipseObject : Leadtools.Windows.Annotations.AnnRectangleObject, Leadtools.Windows.Annotations.IAnnHeader, Leadtools.Windows.Annotations.IAnnObject, Leadtools.Windows.Annotations.IAnnRectanglePublic Class AnnEllipseObjectInherits Leadtools.Windows.Annotations.AnnRectangleObjectImplements Leadtools.Windows.Annotations.IAnnHeader, Leadtools.Windows.Annotations.IAnnObject, Leadtools.Windows.Annotations.IAnnRectangle
public ref class AnnEllipseObject : public Leadtools.Windows.Annotations.AnnRectangleObject, Leadtools.Windows.Annotations.IAnnHeader, Leadtools.Windows.Annotations.IAnnObject, Leadtools.Windows.Annotations.IAnnRectangleThe ellipse annotation object is a simple ellipse defined by a bounding rectangle, a stroke and a fill.
For more information about the ellipse annotation object refer to AnnEllipseObject for WPF. For more information about the automated ellipse annotation object, refer to WPF Annotation Objects - Automated Features.
For XAML example, refer to AnnContainer.
This example creates an ellipse object.
Imports Leadtools.Windows.AnnotationsImports Leadtools.Windows.ControlsPrivate Sub AnnEllipseObject_AnnEllipseObject(ByVal container As AnnContainer)Dim ellipse As AnnEllipseObject = New AnnEllipseObject()ellipse.Stroke = Colors.Redellipse.StrokeThickness = 1.0ellipse.Fill = Colors.Whiteellipse.Rect = New Rect(100, 200, 400, 600)container.Children.Add(ellipse)End Sub
using Leadtools.Windows.Annotations;using Leadtools.Windows.Controls;using Leadtools.Demos;using Leadtools.Help;private void AnnEllipseObject_AnnEllipseObject(AnnContainer container){AnnEllipseObject ellipse = new AnnEllipseObject();ellipse.StrokeThickness = 1.0;ellipse.Stroke = Colors.Red;ellipse.Fill = Colors.White;ellipse.Rect = new Rect(100, 200, 400, 600);container.Children.Add(ellipse);}
using Leadtools.Windows.Annotations;using Leadtools.Windows.Controls;using Leadtools.Examples;private void AnnEllipseObject_AnnEllipseObject(AnnContainer container){AnnEllipseObject ellipse = new AnnEllipseObject();ellipse.StrokeThickness = 1.0;ellipse.Stroke = Colors.Red;ellipse.Fill = Colors.White;ellipse.Rect = new Rect(100, 200, 400, 600);container.Children.Add(ellipse);}
Imports Leadtools.Windows.AnnotationsImports Leadtools.Windows.ControlsPrivate Sub AnnEllipseObject_AnnEllipseObject(ByVal container As AnnContainer)Dim ellipse As AnnEllipseObject = New AnnEllipseObject()ellipse.StrokeThickness = 1.0ellipse.Stroke = Colors.Redellipse.Fill = Colors.Whiteellipse.Rect = New Rect(100, 200, 400, 600)container.Children.Add(ellipse)End Sub
|
Products |
Support |
Feedback: AnnEllipseObject Class - Leadtools.Windows.Annotations |
Introduction |
Help Version 19.0.2017.3.22
|

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.