Search
HatchBrush Constructor
See Also
 





Initializes a new instance of the HatchBrush class with the specified style, foreground color and background color.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public HatchBrush (
    HatchStyle style,
    Color foregroundColor,
    Color backgroundColor
)

Visual Basic  Copy Code

Public New ( _
    style As HatchStyle, _
    foregroundColor As Color, _
    backgroundColor As Color _
)

 Parameters

style

foregroundColor

backgroundColor

 See Also