Initializes a new symbol object with the specified fill and outline colors.

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,
	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 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.

See Also

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