ESRI.ArcGIS.ADF.IMS
SimpleLineSymbol Constructor(Color,Int32,LineType)
See Also  Send Feedback
ESRI.ArcGIS.ADF.IMS.Display.Symbol Namespace > SimpleLineSymbol Class > SimpleLineSymbol Constructor : SimpleLineSymbol Constructor(Color,Int32,LineType)




color
The color of the line.
width
The width of the line in pixels.
type
The style of the line.
Constructs a SimpleLineSymbol.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal color As Color, _
   ByVal width As Integer, _
   ByVal type As LineType _
)
Visual Basic (Usage)Copy Code
Dim color As Color
Dim width As Integer
Dim type As LineType
 
Dim instance As New SimpleLineSymbol(color, width, type)
C# 
public SimpleLineSymbol( 
   Color color,
   int width,
   LineType type
)

Parameters

color
The color of the line.
width
The width of the line in pixels.
type
The style of the line.

Example

For an example of using SimpleLineSymbol, see the SimpleLineSymbol overview.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.