C# 클래스 Xwt.WPFBackend.DataConverter

파일 보기 프로젝트 열기: TheBrainTech/xwt 1 사용 예제들

공개 메소드들

메소드 설명
AsImageSource ( object nativeImage ) : System.Windows.Media.ImageSource
ToDataObject ( this data ) : System.Windows.DataObject
ToImageSource ( this img ) : System.Windows.Media.ImageSource
ToInt32Rect ( this rect ) : System.Windows.Int32Rect
ToTextAlignment ( this alignment ) : System.Windows.TextAlignment
ToWpfAlignment ( this alignment ) : System.Windows.HorizontalAlignment
ToWpfButton ( this value ) : MouseButton
ToWpfColor ( this color ) : System.Windows.Media.Xwt.Drawing.Color
ToWpfDataFormat ( this type ) : string
ToWpfDock ( this value ) : System.Windows.Controls.Dock
ToWpfDropEffect ( this value ) : DragDropEffects
ToWpfFontStretch ( this value ) : System.Windows.Xwt.Drawing.FontStretch
ToWpfFontStyle ( this value ) : System.Windows.Xwt.Drawing.FontStyle
ToWpfFontWeight ( this value ) : System.Windows.Xwt.Drawing.FontWeight
ToWpfPoint ( this point ) : Point
ToWpfRect ( this rect ) : Rect
ToWpfScrollBarVisibility ( this policy ) : System.Windows.Controls.ScrollBarVisibility
ToXwtAlignment ( this alignment ) : Alignment
ToXwtButton ( this value ) : PointerButton
ToXwtColor ( this color ) : Xwt.Drawing.Color
ToXwtDropAction ( this value ) : DragDropAction
ToXwtFontStretch ( this value ) : Xwt.Drawing.FontStretch
ToXwtFontStyle ( this value ) : Xwt.Drawing.FontStyle
ToXwtFontWeight ( this value ) : Xwt.Drawing.FontWeight
ToXwtPoint ( this point ) : Point
ToXwtRect ( this rect ) : Rectangle
ToXwtScrollPolicy ( this visibility ) : ScrollPolicy
ToXwtTransferType ( this type ) : TransferDataType

비공개 메소드들

메소드 설명
DeleteObject ( IntPtr o ) : int

메소드 상세

AsImageSource() 공개 정적인 메소드

public static AsImageSource ( object nativeImage ) : System.Windows.Media.ImageSource
nativeImage object
리턴 System.Windows.Media.ImageSource

ToDataObject() 공개 정적인 메소드

public static ToDataObject ( this data ) : System.Windows.DataObject
data this
리턴 System.Windows.DataObject

ToImageSource() 공개 정적인 메소드

public static ToImageSource ( this img ) : System.Windows.Media.ImageSource
img this
리턴 System.Windows.Media.ImageSource

ToInt32Rect() 공개 정적인 메소드

public static ToInt32Rect ( this rect ) : System.Windows.Int32Rect
rect this
리턴 System.Windows.Int32Rect

ToTextAlignment() 공개 정적인 메소드

public static ToTextAlignment ( this alignment ) : System.Windows.TextAlignment
alignment this
리턴 System.Windows.TextAlignment

ToWpfAlignment() 공개 정적인 메소드

public static ToWpfAlignment ( this alignment ) : System.Windows.HorizontalAlignment
alignment this
리턴 System.Windows.HorizontalAlignment

ToWpfButton() 공개 정적인 메소드

public static ToWpfButton ( this value ) : MouseButton
value this
리턴 MouseButton

ToWpfColor() 공개 정적인 메소드

public static ToWpfColor ( this color ) : System.Windows.Media.Xwt.Drawing.Color
color this
리턴 System.Windows.Media.Xwt.Drawing.Color

ToWpfDataFormat() 공개 정적인 메소드

public static ToWpfDataFormat ( this type ) : string
type this
리턴 string

ToWpfDock() 공개 정적인 메소드

public static ToWpfDock ( this value ) : System.Windows.Controls.Dock
value this
리턴 System.Windows.Controls.Dock

ToWpfDropEffect() 공개 정적인 메소드

public static ToWpfDropEffect ( this value ) : DragDropEffects
value this
리턴 DragDropEffects

ToWpfFontStretch() 공개 정적인 메소드

public static ToWpfFontStretch ( this value ) : System.Windows.Xwt.Drawing.FontStretch
value this
리턴 System.Windows.Xwt.Drawing.FontStretch

ToWpfFontStyle() 공개 정적인 메소드

public static ToWpfFontStyle ( this value ) : System.Windows.Xwt.Drawing.FontStyle
value this
리턴 System.Windows.Xwt.Drawing.FontStyle

ToWpfFontWeight() 공개 정적인 메소드

public static ToWpfFontWeight ( this value ) : System.Windows.Xwt.Drawing.FontWeight
value this
리턴 System.Windows.Xwt.Drawing.FontWeight

ToWpfPoint() 공개 정적인 메소드

public static ToWpfPoint ( this point ) : Point
point this
리턴 System.Windows.Point

ToWpfRect() 공개 정적인 메소드

public static ToWpfRect ( this rect ) : Rect
rect this
리턴 System.Windows.Rect

ToWpfScrollBarVisibility() 공개 정적인 메소드

public static ToWpfScrollBarVisibility ( this policy ) : System.Windows.Controls.ScrollBarVisibility
policy this
리턴 System.Windows.Controls.ScrollBarVisibility

ToXwtAlignment() 공개 정적인 메소드

public static ToXwtAlignment ( this alignment ) : Alignment
alignment this
리턴 Alignment

ToXwtButton() 공개 정적인 메소드

public static ToXwtButton ( this value ) : PointerButton
value this
리턴 PointerButton

ToXwtColor() 공개 정적인 메소드

public static ToXwtColor ( this color ) : Xwt.Drawing.Color
color this
리턴 Xwt.Drawing.Color

ToXwtDropAction() 공개 정적인 메소드

public static ToXwtDropAction ( this value ) : DragDropAction
value this
리턴 DragDropAction

ToXwtFontStretch() 공개 정적인 메소드

public static ToXwtFontStretch ( this value ) : Xwt.Drawing.FontStretch
value this
리턴 Xwt.Drawing.FontStretch

ToXwtFontStyle() 공개 정적인 메소드

public static ToXwtFontStyle ( this value ) : Xwt.Drawing.FontStyle
value this
리턴 Xwt.Drawing.FontStyle

ToXwtFontWeight() 공개 정적인 메소드

public static ToXwtFontWeight ( this value ) : Xwt.Drawing.FontWeight
value this
리턴 Xwt.Drawing.FontWeight

ToXwtPoint() 공개 정적인 메소드

public static ToXwtPoint ( this point ) : Point
point this
리턴 Point

ToXwtRect() 공개 정적인 메소드

public static ToXwtRect ( this rect ) : Rectangle
rect this
리턴 Rectangle

ToXwtScrollPolicy() 공개 정적인 메소드

public static ToXwtScrollPolicy ( this visibility ) : ScrollPolicy
visibility this
리턴 ScrollPolicy

ToXwtTransferType() 공개 정적인 메소드

public static ToXwtTransferType ( this type ) : TransferDataType
type this
리턴 TransferDataType