Defines an annotation hilite object.
public class AnnHiliteObject : Leadtools.Windows.Annotations.AnnRectangleObject, Leadtools.Windows.Annotations.IAnnHeader, Leadtools.Windows.Annotations.IAnnObject, Leadtools.Windows.Annotations.IAnnRectangle
Public Class AnnHiliteObject
Inherits Leadtools.Windows.Annotations.AnnRectangleObject
Implements Leadtools.Windows.Annotations.IAnnHeader, Leadtools.Windows.Annotations.IAnnObject, Leadtools.Windows.Annotations.IAnnRectangle
public ref class AnnHiliteObject : public Leadtools.Windows.Annotations.AnnRectangleObject, Leadtools.Windows.Annotations.IAnnHeader, Leadtools.Windows.Annotations.IAnnObject, Leadtools.Windows.Annotations.IAnnRectangle
The hilite annotation object is a simple rectangle that has a bounding rectangle, no stroke and no fill. Although it does not have a stroke or fill, it does have a color value that is used to fill this bounding area. By default the hilite object uses a yellow color.
For more information about the highlight annotation object refer to AnnHiliteObject for WPF. For more information about the automated highlight annotation object, refer to WPF Annotation Objects - Automated Features.
This example creates a hilite object.
Imports Leadtools.Windows.Controls
Imports Leadtools.Windows.Annotations
Private Sub AnnHiliteObject_AnnHiliteObject(ByVal container As AnnContainer)
Dim hilite As AnnHiliteObject = New AnnHiliteObject()
hilite.Rect = New Rect(100, 200, 400, 600)
hilite.Fill = Colors.Yellow
container.Children.Add(hilite)
End Sub
using Leadtools.Windows.Controls;
using Leadtools.Windows.Annotations;
using Leadtools.Demos;
using Leadtools.Help;
private void AnnHiliteObject_AnnHiliteObject(AnnContainer container)
{
AnnHiliteObject hilite = new AnnHiliteObject();
hilite.Rect = new Rect(100, 200, 400, 600);
hilite.Fill = Colors.Yellow;
container.Children.Add(hilite);
}
using Leadtools.Windows.Controls;
using Leadtools.Windows.Annotations;
using Leadtools.Examples;
private void AnnHiliteObject_AnnHiliteObject(AnnContainer container)
{
AnnHiliteObject hilite = new AnnHiliteObject();
hilite.Rect = new Rect(100, 200, 400, 600);
hilite.Fill = Colors.Yellow;
container.Children.Add(hilite);
}
Imports Leadtools.Windows.Controls
Imports Leadtools.Windows.Annotations
Private Sub AnnHiliteObject_AnnHiliteObject(ByVal container As AnnContainer)
Dim hilite As AnnHiliteObject = New AnnHiliteObject()
hilite.Rect = New Rect(100, 200, 400, 600)
hilite.Fill = Colors.Yellow
container.Children.Add(hilite)
End Sub
<Window x:Class="WPFSamples.AnnHiliteObject"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="Leadtools.Windows.Annotations" Height="600" Width="800"
xmlns:Leadtools_Windows_Annotations="clr-namespace:Leadtools.Windows.Annotations;assembly=Leadtools.Windows.Annotations"
>
<Leadtools_Windows_Annotations:AnnHiliteObject
Left="100"
Top="100"
Width="200"
Height="100"
HiliteColor="#FF0000"
Header="Hilite Object"/>
</Window>
Products |
Support |
Feedback: AnnHiliteObject 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.