C# Class X.Viewer.SketchFlow.SketchView

Datei anzeigen Open project: liquidboy/X

Public Methods

Method Description
Load ( ) : void
RandomString ( int length ) : string
SketchView ( ) : System
Unload ( ) : void

Private Methods

Method 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 method

public Load ( ) : void
return void

RandomString() public method

public RandomString ( int length ) : string
length int
return string

SketchView() public method

public SketchView ( ) : System
return System

Unload() public method

public Unload ( ) : void
return void