C# 클래스 MyColorDialog.ColorStringConverter

파일 보기 프로젝트 열기: EFanZh/EFanZh

공개 메소드들

메소드 설명
ColorToHex ( Color color ) : string
HexToColor ( string strHex ) : Color

메소드 상세

ColorToHex() 공개 정적인 메소드

public static ColorToHex ( Color color ) : string
color Color
리턴 string

HexToColor() 공개 정적인 메소드

public static HexToColor ( string strHex ) : Color
strHex string
리턴 Color