C# 클래스 GlobeGraphicsToolbar.ColorSelection

파일 보기 프로젝트 열기: Esri/arcobjects-sdk-community-samples 1 사용 예제들

공개 메소드들

메소드 설명
GetColor ( ) : IColor
SetColor ( int red, int green, int blue ) : void

메소드 상세

GetColor() 공개 정적인 메소드

public static GetColor ( ) : IColor
리턴 IColor

SetColor() 공개 정적인 메소드

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