C# 클래스 ColorPicker.Channel

파일 보기 프로젝트 열기: EFanZh/EFanZh 1 사용 예제들

공개 메소드들

메소드 설명
Channel ( string name, decimal minValue, decimal maxValue ) : System
CreateStandardChannel ( string name ) : Channel

메소드 상세

Channel() 공개 메소드

public Channel ( string name, decimal minValue, decimal maxValue ) : System
name string
minValue decimal
maxValue decimal
리턴 System

CreateStandardChannel() 공개 정적인 메소드

public static CreateStandardChannel ( string name ) : Channel
name string
리턴 Channel