C# Class X.Viewer.SketchFlow.Controls.Stamps.Picture

Inheritance: Windows.UI.Xaml.Controls.UserControl, IStamp
Afficher le fichier Open project: liquidboy/X

Méthodes publiques

Méthode Description
GenerateFromXAML ( UIElement template ) : void
GenerateXAML ( string uid, double scaleX, double scaleY, double left, double top ) : string
GetData ( ) : string
LoadPictureLibrary ( ) : void
Picture ( ) : CoreLib.Extensions
PopulateFromUIElement ( UIElement element ) : void
UpdateRotation ( double angle ) : void
UpdateStrokeThickness ( double thickness ) : void

Private Methods

Méthode Description
Picture_Loaded ( object sender, RoutedEventArgs e ) : void
Picture_Unloaded ( object sender, RoutedEventArgs e ) : void
TlLeftCenterToolbar_OnTabChanged ( object sender, EventArgs e ) : void
butClose_Click ( object sender, RoutedEventArgs e ) : void
butGridMarker_Click ( object sender, RoutedEventArgs e ) : void
butLock_Click ( object sender, RoutedEventArgs e ) : void
butStamp_Click ( object sender, RoutedEventArgs e ) : void
butUnlock_Click ( object sender, RoutedEventArgs e ) : void
cpMain_ColorChanged ( object sender, EventArgs e ) : void
edges_PerformAction ( object sender, EventArgs e ) : void
ipMain_TextChanged ( object sender, EventArgs e ) : void

Method Details

GenerateFromXAML() public méthode

public GenerateFromXAML ( UIElement template ) : void
template Windows.UI.Xaml.UIElement
Résultat void

GenerateXAML() public méthode

public GenerateXAML ( string uid, double scaleX, double scaleY, double left, double top ) : string
uid string
scaleX double
scaleY double
left double
top double
Résultat string

GetData() public méthode

public GetData ( ) : string
Résultat string

LoadPictureLibrary() public méthode

public LoadPictureLibrary ( ) : void
Résultat void

Picture() public méthode

public Picture ( ) : CoreLib.Extensions
Résultat CoreLib.Extensions

PopulateFromUIElement() public méthode

public PopulateFromUIElement ( UIElement element ) : void
element Windows.UI.Xaml.UIElement
Résultat void

UpdateRotation() public méthode

public UpdateRotation ( double angle ) : void
angle double
Résultat void

UpdateStrokeThickness() public méthode

public UpdateStrokeThickness ( double thickness ) : void
thickness double
Résultat void