C# 클래스 fCraft.ConfigGUI.ColorPicker.ColorPair

파일 보기 프로젝트 열기: GlennMR/800craft

공개 프로퍼티들

프로퍼티 타입 설명
Background System.Drawing.Color
Foreground System.Drawing.Color

공개 메소드들

메소드 설명
ColorPair ( System foreground, System background ) : System.Collections.Generic

메소드 상세

ColorPair() 공개 메소드

public ColorPair ( System foreground, System background ) : System.Collections.Generic
foreground System
background System
리턴 System.Collections.Generic

프로퍼티 상세

Background 공개적으로 프로퍼티

public System.Drawing.Color Background
리턴 System.Drawing.Color

Foreground 공개적으로 프로퍼티

public System.Drawing.Color Foreground
리턴 System.Drawing.Color