C# 클래스 ConfigTool.ColorPicker.ColorPair

파일 보기 프로젝트 열기: fragmer/fCraft

공개 프로퍼티들

프로퍼티 타입 설명
background System.Drawing.Color
foreground System.Drawing.Color

공개 메소드들

메소드 설명
ColorPair ( Color _foreground, Color _background ) : System.Collections.Generic

메소드 상세

ColorPair() 공개 메소드

public ColorPair ( Color _foreground, Color _background ) : System.Collections.Generic
_foreground System.Drawing.Color
_background System.Drawing.Color
리턴 System.Collections.Generic

프로퍼티 상세

background 공개적으로 프로퍼티

public Color,System.Drawing background
리턴 System.Drawing.Color

foreground 공개적으로 프로퍼티

public Color,System.Drawing foreground
리턴 System.Drawing.Color