Visual Basic (Declaration) | |
---|---|
<SerializableAttribute()> Public Class AnnEllipseObject Inherits AnnRectangleObject |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[SerializableAttribute()] public class AnnEllipseObject : AnnRectangleObject |
C++/CLI | |
---|---|
[SerializableAttribute()] public ref class AnnEllipseObject : public AnnRectangleObject |
XAML Object Element Usage | |
---|---|
<AnnEllipseObject .../> |
XAML Object Element Usage | |
---|---|
<AnnEllipseObject .../> |
For XAML example, refer to AnnContainer.
This example creates an ellipse object.
Visual Basic | Copy Code |
---|---|
Private Sub AnnEllipseObject_AnnEllipseObject(ByVal container As AnnContainer) |
C# | Copy Code |
---|---|
private void AnnEllipseObject_AnnEllipseObject(AnnContainer container) |
The 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.
System.Object
System.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
System.Windows.Media.Visual
System.Windows.UIElement
System.Windows.FrameworkElement
Leadtools.Windows.Annotations.AnnObjectBase
Leadtools.Windows.Annotations.AnnRectangleObject
Leadtools.Windows.Annotations.AnnEllipseObject
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family