Nevron.GraphicsCore Namespace / NHatchFillStyle Class / Init Method


Init Method (NHatchFillStyle)
Syntax
'Declaration
 
Public Sub Init( _
   ByVal style As System.Drawing.Drawing2D.HatchStyle, _
   ByVal foregroundColor As NColor, _
   ByVal backgroundColor As NColor _
) 
 
'Usage
 
Dim instance As NHatchFillStyle
Dim style As System.Drawing.Drawing2D.HatchStyle
Dim foregroundColor As NColor
Dim backgroundColor As NColor
 
instance.Init(style, foregroundColor, 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