C# Class ThemeEditor.WPF.Controls.EyedropperEx

Interaction logic for Eyedropper.xaml
Inheritance: System.Windows.Controls.Button
Mostrar archivo Open project: usagirei/3DS-Theme-Editor

Public Properties

Property Type Description
BitmapFinalProperty System.Windows.DependencyProperty
BitmapProperty System.Windows.DependencyProperty
CaptureCenterProperty System.Windows.DependencyProperty
CaptureSizeProperty System.Windows.DependencyProperty

Private Properties

Property Type Description
Eyedropper_OnMouseDown void
Eyedropper_OnMouseMove void
Eyedropper_OnMouseUp void
PropertyChangedCallback void

Public Methods

Method Description
EyedropperEx ( ) : System

Private Methods

Method Description
Eyedropper_OnMouseDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
Eyedropper_OnMouseMove ( object sender, MouseEventArgs e ) : void
Eyedropper_OnMouseUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
PropertyChangedCallback ( DependencyObject s, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

EyedropperEx() public method

public EyedropperEx ( ) : System
return System

Property Details

BitmapFinalProperty public_oe static_oe property

public static DependencyProperty,System.Windows BitmapFinalProperty
return System.Windows.DependencyProperty

BitmapProperty public_oe static_oe property

public static DependencyProperty,System.Windows BitmapProperty
return System.Windows.DependencyProperty

CaptureCenterProperty public_oe static_oe property

public static DependencyProperty,System.Windows CaptureCenterProperty
return System.Windows.DependencyProperty

CaptureSizeProperty public_oe static_oe property

public static DependencyProperty,System.Windows CaptureSizeProperty
return System.Windows.DependencyProperty