Initializes a new symbol object with the specified fill color.

Namespace:  ESRI.ArcGISExplorer.Mapping
Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.900 (2.0.0.900)

Syntax

C#
public static Symbol CreateFill(
	Color fillColor
)
Visual Basic (Declaration)
Public Shared Function CreateFill ( _
	fillColor As Color _
) As Symbol

Parameters

fillColor
Type: System.Drawing..::.Color
The fill color for the symbol.

Return Value

A Symbol object with the specified fill color.

Remarks

This overload can be used to create a new symbol with the specified fill color.

See Also

Relate Topics:
  CreateFill Method (Color, Color)
Created by Atop CHM to web converter,© 2009 all right reserved.