C# 클래스 FirstFloor.ModernUI.Dialogs.ScreenColorPickerDialog

상속: INotifyPropertyChanged
파일 보기 프로젝트 열기: gro-ove/actools 1 사용 예제들

공개 메소드들

메소드 설명
GetPixelColor ( int x, int y ) : Color
Pick ( ) : Color?
ScreenColorPickerDialog ( ) : System

비공개 메소드들

메소드 설명
CopyScreen ( ) : System.Windows.Media.Imaging.BitmapSource
OnKeyUp ( object sender, System.Windows.Input.KeyEventArgs e ) : void
OnMouseLeave ( object sender, MouseEventArgs e ) : void
OnMouseLeftButtonUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
OnMouseMove ( object sender, MouseEventArgs e ) : void
OnPropertyChanged ( [ propertyName = null ) : void

메소드 상세

GetPixelColor() 공개 메소드

public GetPixelColor ( int x, int y ) : Color
x int
y int
리턴 System.Windows.Media.Color

Pick() 공개 정적인 메소드

public static Pick ( ) : Color?
리턴 Color?

ScreenColorPickerDialog() 공개 메소드

public ScreenColorPickerDialog ( ) : System
리턴 System