LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

AnnHatchBrush Constructor(HatchStyle,Color,Color)






The HatchStyle value that represents the pattern drawn by this AnnHatchBrush.
The System.Drawing.Color structure that represents the color of lines drawn by this AnnHatchBrush.
The System.Drawing.Color structure that represents the color of spaces between the lines drawn by this AnnHatchBrush.
Initializes a new AnnHatchBrush object with the specified hatch style, foreground color and background color.
Syntax
public AnnHatchBrush( 
   HatchStyle style,
   Color foreColor,
   Color backColor
)
'Declaration
 
Public Function New( _
   ByVal style As HatchStyle, _
   ByVal foreColor As Color, _
   ByVal backColor As Color _
)
'Usage
 
Dim style As HatchStyle
Dim foreColor As Color
Dim backColor As Color
 
Dim instance As New AnnHatchBrush(style, foreColor, backColor)
public AnnHatchBrush( 
   HatchStyle style,
   Color foreColor,
   Color backColor
)
function AnnHatchBrush( 
   style ,
   foreColor ,
   backColor 
)
public:
AnnHatchBrush( 
   HatchStyle style,
   Color foreColor,
   Color backColor
)

Parameters

style
The HatchStyle value that represents the pattern drawn by this AnnHatchBrush.
foreColor
The System.Drawing.Color structure that represents the color of lines drawn by this AnnHatchBrush.
backColor
The System.Drawing.Color structure that represents the color of spaces between the lines drawn by this AnnHatchBrush.
Example
For an example, refer to AnnHatchBrush.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnHatchBrush Class
AnnHatchBrush Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.