C# Class PsHandler.TableTiler.UCScreenPreview

Interaction logic for UCScreenPreview.xaml
Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: kampiuceris/PsHandler

Méthodes publiques

Méthode Description
UCScreenPreview ( ) : System
Update ( System config, bool numerate ) : void
Update ( System config, bool numerate, System workingArea ) : void

Private Methods

Méthode 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 méthode

public UCScreenPreview ( ) : System
Résultat System

Update() public méthode

public Update ( System config, bool numerate ) : void
config System
numerate bool
Résultat void

Update() public méthode

public Update ( System config, bool numerate, System workingArea ) : void
config System
numerate bool
workingArea System
Résultat void