C# Class SCFF.GUI.Controls.Area

Inheritance: System.Windows.Controls.UserControl, IBindingProfile
Mostra file Open project: Alalf/SCFF-DirectShow-Filter

Public Methods

Method Description
Area ( ) : System.Diagnostics
OnCurrentLayoutElementChanged ( ) : void
OnProfileChanged ( ) : void

Private Methods

Method Description
AreaSelect_Click ( object sender, RoutedEventArgs e ) : void
Change ( SCFF.Common.Profile.ClippingInputCorrector.Names target ) : void
ClippingHeight_KeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void
ClippingHeight_LostFocus ( object sender, RoutedEventArgs e ) : void
ClippingHeight_TextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void
ClippingWidth_KeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void
ClippingWidth_LostFocus ( object sender, RoutedEventArgs e ) : void
ClippingWidth_TextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void
ClippingX_KeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void
ClippingX_LostFocus ( object sender, RoutedEventArgs e ) : void
ClippingX_TextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void
ClippingY_KeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void
ClippingY_LostFocus ( object sender, RoutedEventArgs e ) : void
ClippingY_TextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void
CommonAreaSelect ( bool changeWindowType = false, WindowTypes nextWindowType = WindowTypes.Normal ) : void
Correct ( SCFF.Common.Profile.ClippingInputCorrector.Names target ) : void
DXGI_Click ( object sender, RoutedEventArgs e ) : void
Desktop_Click ( object sender, RoutedEventArgs e ) : void
DeviceToWPFPoint ( Point devicePoint ) : Point
Fit_Checked ( object sender, RoutedEventArgs e ) : void
Fit_Click ( object sender, RoutedEventArgs e ) : void
Fit_Unchecked ( object sender, RoutedEventArgs e ) : void
GetClippingValueString ( SCFF.Common.Profile.ClippingInputCorrector.Names name ) : string
GetTextBox ( SCFF.Common.Profile.ClippingInputCorrector.Names name ) : TextBox
GetToolTip ( SCFF.Common.Profile.ClippingInputCorrector.Names name ) : System.Windows.Controls.ToolTip
GetWindowTypesBrushes ( WindowTypes currentWindowType, WindowTypes nextWindowType, System.Windows.Media.Brush &border, System.Windows.Media.Brush &background ) : void
OverwriteText ( SCFF.Common.Profile.ClippingInputCorrector.Names name ) : void
ResetError ( SCFF.Common.Profile.ClippingInputCorrector.Names name ) : void
SetClippingValue ( SCFF.Common.Profile.ClippingInputCorrector.Names name, int value ) : void
SetError ( SCFF.Common.Profile.ClippingInputCorrector.Names name, string message = null ) : void
SetPlacementTarget ( SCFF.Common.Profile.ClippingInputCorrector.Names name ) : void
SetWarning ( SCFF.Common.Profile.ClippingInputCorrector.Names name, string message = null ) : void
WPFToDevicePoint ( Point wpfPoint ) : Point

Method Details

Area() public method

public Area ( ) : System.Diagnostics
return System.Diagnostics

OnCurrentLayoutElementChanged() public method

public OnCurrentLayoutElementChanged ( ) : void
return void

OnProfileChanged() public method

public OnProfileChanged ( ) : void
return void