C# Class GlobeGraphicsToolbar.ColorSelection

Show file Open project: Esri/arcobjects-sdk-community-samples Class Usage Examples

Public Methods

Method Description
GetColor ( ) : IColor
SetColor ( int red, int green, int blue ) : void

Method Details

GetColor() public static method

public static GetColor ( ) : IColor
return IColor

SetColor() public static method

public static SetColor ( int red, int green, int blue ) : void
red int
green int
blue int
return void