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




color
The fill color.
boundaryColor
The color of the outline.
fillType
The fill type.
Constructs a SimpleFillSymbol.

Syntax

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

Parameters

color
The fill color.
boundaryColor
The color of the outline.
fillType
The fill type.

Example

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

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.