C# 클래스 X.Viewer.SketchFlow.SketchView

파일 보기 프로젝트 열기: liquidboy/X

공개 메소드들

메소드 설명
Load ( ) : void
RandomString ( int length ) : string
SketchView ( ) : System
Unload ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Load() 공개 메소드

public Load ( ) : void
리턴 void

RandomString() 공개 메소드

public RandomString ( int length ) : string
length int
리턴 string

SketchView() 공개 메소드

public SketchView ( ) : System
리턴 System

Unload() 공개 메소드

public Unload ( ) : void
리턴 void