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




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

Syntax

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

Parameters

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

Example

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

See Also

© 2010 All Rights Reserved.