←Select platform

AnnHatchBrush Constructor(HatchStyle,Color,Color)

Summary

Initializes a new AnnHatchBrush object with the specified hatch style, foreground color and background color.

Syntax

C#
VB
C++
public AnnHatchBrush( 
   HatchStyle style, 
   Color foreColor, 
   Color backColor 
) 
  
Public Function New( _ 
   ByVal style As HatchStyle, _ 
   ByVal foreColor As Color, _ 
   ByVal backColor As Color _ 
) 
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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly