C# 클래스 X.Viewer.SketchFlow.Controls.Stamps.Picture

상속: Windows.UI.Xaml.Controls.UserControl, IStamp
파일 보기 프로젝트 열기: liquidboy/X

공개 메소드들

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

비공개 메소드들

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

메소드 상세

GenerateFromXAML() 공개 메소드

public GenerateFromXAML ( UIElement template ) : void
template Windows.UI.Xaml.UIElement
리턴 void

GenerateXAML() 공개 메소드

public GenerateXAML ( string uid, double scaleX, double scaleY, double left, double top ) : string
uid string
scaleX double
scaleY double
left double
top double
리턴 string

GetData() 공개 메소드

public GetData ( ) : string
리턴 string

LoadPictureLibrary() 공개 메소드

public LoadPictureLibrary ( ) : void
리턴 void

Picture() 공개 메소드

public Picture ( ) : CoreLib.Extensions
리턴 CoreLib.Extensions

PopulateFromUIElement() 공개 메소드

public PopulateFromUIElement ( UIElement element ) : void
element Windows.UI.Xaml.UIElement
리턴 void

UpdateRotation() 공개 메소드

public UpdateRotation ( double angle ) : void
angle double
리턴 void

UpdateStrokeThickness() 공개 메소드

public UpdateStrokeThickness ( double thickness ) : void
thickness double
리턴 void