ESRI.ArcGIS.ADF.IMS
SimpleFillSymbol Constructor(Color,Color,Double,Double,PolygonFillType)
See Also 
ESRI.ArcGIS.ADF.IMS.Display.Symbol Namespace > SimpleFillSymbol Class > SimpleFillSymbol Constructor : SimpleFillSymbol Constructor(Color,Color,Double,Double,PolygonFillType)




color
The fill color.
boundaryColor
The color of the outline.
transparency
Transparency of the symbol, as a value between 0 (no transparency) to 100 (totally transparent).
boundaryTransparency
Transparency of the boundary, as a value between 0 (no transparency) to 100 (totally transparent).
fillType
The fill type.
Constructs a SimpleFillSymbol.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal color As Color, _
   ByVal boundaryColor As Color, _
   ByVal transparency As Double, _
   ByVal boundaryTransparency As Double, _
   ByVal fillType As PolygonFillType _
)
Visual Basic (Usage)Copy Code
Dim color As Color
Dim boundaryColor As Color
Dim transparency As Double
Dim boundaryTransparency As Double
Dim fillType As PolygonFillType
 
Dim instance As SimpleFillSymbol(color, boundaryColor, transparency, boundaryTransparency, fillType)
C# 
public SimpleFillSymbol( 
   Color color,
   Color boundaryColor,
   double transparency,
   double boundaryTransparency,
   PolygonFillType fillType
)

Parameters

color
The fill color.
boundaryColor
The color of the outline.
transparency
Transparency of the symbol, as a value between 0 (no transparency) to 100 (totally transparent).
boundaryTransparency
Transparency of the boundary, as a value between 0 (no transparency) to 100 (totally transparent).
fillType
The fill type.

Remarks

For an example of using SimpleFillSymbol, see the overview for this class.

See Also

© 2010 All Rights Reserved.