C# Class PsHandler.TableTiler.UCScreenPreview

Interaction logic for UCScreenPreview.xaml
Inheritance: System.Windows.Controls.UserControl
Show file Open project: kampiuceris/PsHandler

Public Methods

Method Description
UCScreenPreview ( ) : System
Update ( System config, bool numerate ) : void
Update ( System config, bool numerate, System workingArea ) : void

Private Methods

Method Description
AddLabel ( System rScreen, double ratio, double diffScreenX, double diffScreenY, System rObject, string text, System.Windows.Media.Brush foreground, System.Windows.Media.Brush background ) : void
AddRectangle ( System rScreen, double ratio, double diffScreenX, double diffScreenY, System rObject, System.Windows.Media.Brush stroke, double strokeThickness, System.Windows.Media.Brush fill ) : void
AddScreen ( double ratio, double diffScreenX, double diffScreenY, System rObject ) : void
AddTable ( System rScreen, double ratio, double diffScreenX, double diffScreenY, System rObject, string text ) : void

Method Details

UCScreenPreview() public method

public UCScreenPreview ( ) : System
return System

Update() public method

public Update ( System config, bool numerate ) : void
config System
numerate bool
return void

Update() public method

public Update ( System config, bool numerate, System workingArea ) : void
config System
numerate bool
workingArea System
return void