Nevron.Editors Namespace / NDashStyleCommand Class / NDashStyleCommand Constructor


NDashStyleCommand Constructor
Syntax
'Declaration
 
Public Function New( _
   ByVal size As System.Drawing.Size, _
   ByVal lineColor As System.Drawing.Color, _
   ByVal linePattern As System.UShort, _
   ByVal lineWidth As System.Integer _
)
 
'Usage
 
Dim size As System.Drawing.Size
Dim lineColor As System.Drawing.Color
Dim linePattern As System.UShort
Dim lineWidth As System.Integer
 
Dim instance As New NDashStyleCommand(size, lineColor, linePattern, lineWidth)

Parameters

size
lineColor
linePattern
lineWidth
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