Defines an annotation brush with a hatch style, a foreground color, and a background color.
[SerializableAttribute()]
public class AnnHatchBrush : Leadtools.Annotations.AnnBrush, System.ICloneable
<SerializableAttribute()>
Public Class AnnHatchBrush
Inherits Leadtools.Annotations.AnnBrush
Implements System.ICloneable
[SerializableAttribute()]
public ref class AnnHatchBrush : public Leadtools.Annotations.AnnBrush, System.ICloneable
Annotation brushes are used to fill the interiors of annotation objects like rectangles, ellipses, polygons, etc.
For more information, refer to Changing Annotation Automation Background Colors. (Deprecated)
This example uses an AnnHatchBrush to draw hatch pattern.
using Leadtools;
using Leadtools.Annotations;
using Leadtools.Codecs;
using Leadtools.WinForms;
public void AnnHatchBrush_AnnHatchBrush(Graphics graphics, AnnUnitConverter converter, AnnRectangle rc)
{
AnnHatchBrush annBrush = new AnnHatchBrush(HatchStyle.Cross, Color.Red, Color.White);
using (Brush gdiBrush = annBrush.Create(converter, rc))
{
RectangleF rect = rc.ConvertTo(converter, AnnUnit.Pixel).ToRectangleF();
graphics.FillRectangle(gdiBrush, rect);
}
}
Imports Leadtools
Imports Leadtools.Annotations
Imports Leadtools.Codecs
Imports Leadtools.WinForms
Public Sub AnnHatchBrush_AnnHatchBrush(ByVal graphics As Graphics, ByVal converter As AnnUnitConverter, ByVal rc As AnnRectangle)
Dim annBrush As AnnHatchBrush = New AnnHatchBrush(HatchStyle.Cross, Color.Red, Color.White)
Dim gdiBrush As Brush = annBrush.Create(converter, rc)
Try
Dim rect As RectangleF = rc.ConvertTo(converter, AnnUnit.Pixel).ToRectangleF()
graphics.FillRectangle(gdiBrush, rect)
Finally
CType(gdiBrush, IDisposable).Dispose()
End Try
End Sub
Products |
Support |
Feedback: AnnHatchBrush 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.