Defines an annotation rectangle object.
public class AnnRectangleObject : Leadtools.Windows.Annotations.AnnObject, Leadtools.Windows.Annotations.IAnnHeader, Leadtools.Windows.Annotations.IAnnObject, Leadtools.Windows.Annotations.IAnnRectangle
Public Class AnnRectangleObject
Inherits Leadtools.Windows.Annotations.AnnObject
Implements Leadtools.Windows.Annotations.IAnnHeader, Leadtools.Windows.Annotations.IAnnObject, Leadtools.Windows.Annotations.IAnnRectangle
public ref class AnnRectangleObject : public Leadtools.Windows.Annotations.AnnObject, Leadtools.Windows.Annotations.IAnnHeader, Leadtools.Windows.Annotations.IAnnObject, Leadtools.Windows.Annotations.IAnnRectangle
The rectangle annotation object is a simple rectangle, a stroke and a fill. For more information about the rectangle annotation object refer to WPF AnnRectangleObject. For more information about the automated rectangle annotation object, refer to WPF Annotation Objects - Automated Features.
For XAML example, refer to AnnGroupObject.
This example creates a new rectangle object with top, left at 100, 200, width, height of 400, 600 pixels, a red stroke and a white brush and then adds it to a container.
Imports Leadtools.Windows.Controls
Imports Leadtools.Windows.Annotations
Private Sub AnnRectangleObject_AnnRectangleObject(ByVal container As AnnContainer)
Dim rect As AnnRectangleObject = New AnnRectangleObject()
rect.Stroke = Colors.Red
rect.StrokeThickness = 1.0
rect.Fill = Colors.White
rect.Rect = New Rect(100, 200, 400, 600)
container.Children.Add(rect)
End Sub
using Leadtools.Windows.Controls;
using Leadtools.Windows.Annotations;
using Leadtools.Demos;
using Leadtools.Help;
private void AnnRectangleObject_AnnRectangleObject(AnnContainer container)
{
AnnRectangleObject rect = new AnnRectangleObject();
rect.Stroke = Colors.Red;
rect.Fill = Colors.White;
rect.Rect = new Rect(100, 200, 400, 600);
rect.StrokeThickness = 1.0;
container.Children.Add(rect);
}
using Leadtools.Windows.Controls;
using Leadtools.Windows.Annotations;
using Leadtools.Examples;
private void AnnRectangleObject_AnnRectangleObject(AnnContainer container)
{
AnnRectangleObject rect = new AnnRectangleObject();
rect.Stroke = Colors.Red;
rect.Fill = Colors.White;
rect.Rect = new Rect(100, 200, 400, 600);
rect.StrokeThickness = 1.0;
container.Children.Add(rect);
}
Imports Leadtools.Windows.Controls
Imports Leadtools.Windows.Annotations
Private Sub AnnRectangleObject_AnnRectangleObject(ByVal container As AnnContainer)
Dim rect As AnnRectangleObject = New AnnRectangleObject()
rect.Stroke = Colors.Red
rect.Fill = Colors.White
rect.Rect = New Rect(100, 200, 400, 600)
rect.StrokeThickness = 1.0
container.Children.Add(rect)
End Sub
Products |
Support |
Feedback: AnnRectangleObject 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.