LEADTOOLS Annotations (Leadtools.Annotations assembly)

AnnHatchBrush Constructor(HatchStyle,Color,Color)

Show in webframe





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
)

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

See Also

Reference

AnnHatchBrush Class
AnnHatchBrush Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.