C# 클래스 DoodlePad.App

상속: System.Windows.Application
파일 보기 프로젝트 열기: disbitski/DoodlePad

공개 프로퍼티들

프로퍼티 타입 설명
BMP System.Windows.Media.Imaging.BitmapImage
BrushColor Color
BrushSize int
CustomBrush1 Color
CustomBrush2 Color
CustomBrush3 Color
CustomBrush4 Color
CustomBrush5 Color
CustomBrush6 Color
CustomColor bool
WBMP System.Windows.Media.Imaging.WriteableBitmap
customBG bool
customColorExists bool
imgTemp Image
inkDA System.Windows.Ink.DrawingAttributes
inkStorage System.Windows.Controls.InkPresenter
inkStrokes System.Windows.Controls.InkPresenter

공개 메소드들

메소드 설명
App ( ) : System
RootFrame_NavigationFailed ( object sender, System.Windows.Navigation.NavigationFailedEventArgs e ) : void

비공개 메소드들

메소드 설명
Application_Activated ( object sender, ActivatedEventArgs e ) : void
Application_Closing ( object sender, ClosingEventArgs e ) : void
Application_Deactivated ( object sender, DeactivatedEventArgs e ) : void
Application_Launching ( object sender, LaunchingEventArgs e ) : void
Application_UnhandledException ( object sender, System.Windows.ApplicationUnhandledExceptionEventArgs e ) : void
CompleteInitializePhoneApplication ( object sender, System.Windows.Navigation.NavigationEventArgs e ) : void
InitializePhoneApplication ( ) : void

메소드 상세

App() 공개 메소드

public App ( ) : System
리턴 System

RootFrame_NavigationFailed() 공개 메소드

public RootFrame_NavigationFailed ( object sender, System.Windows.Navigation.NavigationFailedEventArgs e ) : void
sender object
e System.Windows.Navigation.NavigationFailedEventArgs
리턴 void

프로퍼티 상세

BMP 공개적으로 정적으로 프로퍼티

public static BitmapImage,System.Windows.Media.Imaging BMP
리턴 System.Windows.Media.Imaging.BitmapImage

BrushColor 공개적으로 정적으로 프로퍼티

public static Color BrushColor
리턴 Color

BrushSize 공개적으로 정적으로 프로퍼티

public static int BrushSize
리턴 int

CustomBrush1 공개적으로 정적으로 프로퍼티

public static Color CustomBrush1
리턴 Color

CustomBrush2 공개적으로 정적으로 프로퍼티

public static Color CustomBrush2
리턴 Color

CustomBrush3 공개적으로 정적으로 프로퍼티

public static Color CustomBrush3
리턴 Color

CustomBrush4 공개적으로 정적으로 프로퍼티

public static Color CustomBrush4
리턴 Color

CustomBrush5 공개적으로 정적으로 프로퍼티

public static Color CustomBrush5
리턴 Color

CustomBrush6 공개적으로 정적으로 프로퍼티

public static Color CustomBrush6
리턴 Color

CustomColor 공개적으로 정적으로 프로퍼티

public static bool CustomColor
리턴 bool

WBMP 공개적으로 정적으로 프로퍼티

public static WriteableBitmap,System.Windows.Media.Imaging WBMP
리턴 System.Windows.Media.Imaging.WriteableBitmap

customBG 공개적으로 정적으로 프로퍼티

public static bool customBG
리턴 bool

customColorExists 공개적으로 정적으로 프로퍼티

public static bool customColorExists
리턴 bool

imgTemp 공개적으로 정적으로 프로퍼티

public static Image imgTemp
리턴 Image

inkDA 공개적으로 정적으로 프로퍼티

public static DrawingAttributes,System.Windows.Ink inkDA
리턴 System.Windows.Ink.DrawingAttributes

inkStorage 공개적으로 정적으로 프로퍼티

public static InkPresenter,System.Windows.Controls inkStorage
리턴 System.Windows.Controls.InkPresenter

inkStrokes 공개적으로 정적으로 프로퍼티

public static InkPresenter,System.Windows.Controls inkStrokes
리턴 System.Windows.Controls.InkPresenter