C# 클래스 Uiml.Rendering.SWF.SWFTypeDecoders

파일 보기 프로젝트 열기: jozilla/Uiml.net

공개 메소드들

메소드 설명
DecodePictureBoxSizeModeInverse ( PictureBoxSizeMode m ) : string
Test ( ) : bool

비공개 메소드들

메소드 설명
DecodeAppearance ( string value ) : Appearance
DecodeAppearanceInverse ( Appearance a ) : string
DecodeBitmapFromBytes ( byte bytes ) : Bitmap
DecodeBytesFromBitmap ( Bitmap b ) : byte[]
DecodeBytesFromImage ( Image i ) : byte[]
DecodeColor ( string value ) : Color
DecodeColorInverse ( Color col ) : string
DecodeColumnHeader ( string val ) : ColumnHeader
DecodeColumnHeaderArray ( Constant c ) : System.Windows.Forms.ColumnHeader[]
DecodeDateTime ( string value ) : System.DateTime
DecodeDateTimeInverse ( System.DateTime dt ) : string
DecodeFont ( string value ) : Font
DecodeFontInverse ( Font f ) : string
DecodeImage ( string file ) : Image
DecodeImageFromBytes ( byte bytes ) : Image
DecodeImageLayout ( string value ) : ImageLayout
DecodeImageLayoutInverse ( ImageLayout il ) : string
DecodeKnownColor ( string value ) : Color

Decodes a color description into a System.Drawing.Color constant color Original source: MyXaml project, Bert Bier

DecodeListViewItem ( string s ) : System.Windows.Forms.ListViewItem
DecodeListViewItemArray ( Constant c ) : System.Windows.Forms.ListViewItem[]
DecodeListViewItemInverse ( System.Windows.Forms.ListViewItem item ) : string
DecodeOrientation ( string value ) : Orientation
DecodeOrientationInverse ( Orientation o ) : string
DecodePictureBoxSizeMode ( string value ) : PictureBoxSizeMode
DecodePoint ( string val ) : Point
DecodePointInverse ( Point p ) : string
DecodeScrollBars ( string value ) : ScrollBars
DecodeScrollBarsInverse ( ScrollBars s ) : string
DecodeSelectedListViewItemCollection ( ListView selList ) : System.Windows.Forms.ListViewItem[]
DecodeSelectionMode ( string value ) : SelectionMode
DecodeSelectionModeInverse ( SelectionMode sel ) : string
DecodeSize ( string val ) : Size
DecodeSizeInverse ( Size s ) : string
DecodeTabAlignment ( string value ) : TabAlignment
DecodeTabAlignmentInverse ( TabAlignment t ) : string
DecodeTickStyle ( string value ) : TickStyle
DecodeTickStyleInverse ( TickStyle t ) : string
DecodeTreeNode ( Constant c ) : TreeNode
DecodeTreeNodeArray ( Constant c ) : System.Windows.Forms.TreeNode[]
DecodeView ( string value ) : View
DecodeViewInverse ( View v ) : string

메소드 상세

DecodePictureBoxSizeModeInverse() 공개 정적인 메소드

public static DecodePictureBoxSizeModeInverse ( PictureBoxSizeMode m ) : string
m PictureBoxSizeMode
리턴 string

Test() 공개 정적인 메소드

public static Test ( ) : bool
리턴 bool