ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Export Namespace / DrawingCanvasBase Class / CreateHatchBrush Method

In This Topic
    CreateHatchBrush Method (DrawingCanvasBase)
    In This Topic
    Syntax
    'Declaration
     
    Public Function CreateHatchBrush( _
       ByVal hatchStyle As HatchStyleEx, _
       ByVal foreColor As Color, _
       ByVal backColor As Color _
    ) As BrushEx
    public BrushEx CreateHatchBrush( 
       HatchStyleEx hatchStyle,
       Color foreColor,
       Color backColor
    )

    Parameters

    hatchStyle
    foreColor
    backColor
    See Also