Nevron.GraphicsCore Namespace / NHatchFillStyle Class / NHatchFillStyle Constructor / NHatchFillStyle Constructor(HatchStyle,Color,Color)


In This Topic
    NHatchFillStyle Constructor(HatchStyle,Color,Color)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal style As System.Drawing.Drawing2D.HatchStyle, _
       ByVal foregroundColor As System.Drawing.Color, _
       ByVal backgroundColor As System.Drawing.Color _
    )
    'Usage
     
    
    Dim style As System.Drawing.Drawing2D.HatchStyle
    Dim foregroundColor As System.Drawing.Color
    Dim backgroundColor As System.Drawing.Color
     
    Dim instance As New NHatchFillStyle(style, foregroundColor, backgroundColor)
    public NHatchFillStyle( 
       System.Drawing.Drawing2D.HatchStyle style,
       System.Drawing.Color foregroundColor,
       System.Drawing.Color backgroundColor
    )

    Parameters

    style
    foregroundColor
    backgroundColor
    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