ArcGIS Explorer Component Help |
Symbol..::.CreateFill Method (Color, Color) |
Symbol Class See Also |
Returns a new symbol object with the specified fill and outline colors.
Namespace:
ESRI.ArcGISExplorer.MappingAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
Syntax
C# |
---|
public static Symbol CreateFill( Color fillColor, Color outlineColor ) |
Visual Basic (Declaration) |
---|
Public Shared Function CreateFill ( _ fillColor As Color, _ outlineColor As Color _ ) As Symbol |
Parameters
- fillColor
- Type: System.Drawing..::.Color
The fill color for the symbol.
- outlineColor
- Type: System.Drawing..::.Color
The outline color for the symbol.
Return Value
A new Symbol object with the specified fill and outline colors.Remarks
This overload can be used to create a new symbol with the specified fill and outline colors.