C# Class X.Viewer.SketchFlow.SketchView

Afficher le fichier Open project: liquidboy/X

Méthodes publiques

Méthode Description
Load ( ) : void
RandomString ( int length ) : string
SketchView ( ) : System
Unload ( ) : void

Private Methods

Méthode Description
AddPage ( int width, int height, int left = -1, int top = -1 ) : Vector4
CreateStamp ( Type type, double x, double y, double w, double h, UIElement template = null, string data = "" ) : void
DeleteALLSketchs ( ) : void
DeleteSketch ( int sketchId ) : void
LoadAllSketchs ( ) : void
LoadSampleSketch ( ) : void
LoadSketch ( int sketchId ) : void
PageLayout_PerformAction ( object sender, EventArgs e ) : void
SaveSketch ( string title ) : void
SketchView_Loaded ( object sender, RoutedEventArgs e ) : void
Stamp_PerformAction ( object sender, EventArgs e ) : void
layoutRoot_PointerMoved ( object sender, Windows e ) : void
layoutRoot_PointerPressed ( object sender, Windows e ) : void
layoutRoot_PointerReleased ( object sender, Windows e ) : void
layoutRoot_PointerWheelChanged ( object sender, Windows e ) : void
toolbar_PerformAction ( object sender, EventArgs e ) : void

Method Details

Load() public méthode

public Load ( ) : void
Résultat void

RandomString() public méthode

public RandomString ( int length ) : string
length int
Résultat string

SketchView() public méthode

public SketchView ( ) : System
Résultat System

Unload() public méthode

public Unload ( ) : void
Résultat void