프로퍼티 | 타입 | 설명 | |
---|---|---|---|
CSV | string | ||
CSVplaceHolder | string | ||
URL | string | ||
bBorder | bool | ||
bScreenCapture | bool | ||
bShowErrors | bool | ||
bShowFileErrors | bool | ||
bShowNoShapeErrors | bool | ||
bTextWindow | bool | ||
formEvents | |||
formEventsThread | Thread |
메소드 | 설명 | |
---|---|---|
ArrayParse ( string item ) : string | ||
ClearMediaPlayer ( string wavFile ) : void | ||
CreateArrayMap ( Primitive array ) : Primitive | ||
ForegroundHandle ( ) : |
||
GWHandle ( ) : |
||
GetCurrentMethod ( ) : string | ||
OnError ( string method, |
||
OnFileError ( string method, string fileName ) : void | ||
OnShapeError ( string method, string shapeName ) : void | ||
ReadCSV ( string fileName, bool bTranspose ) : string | ||
ShowFormEvents ( ) : void | ||
TWHandle ( ) : |
||
WriteCSV ( string fileName, string array ) : void | ||
captureGW ( ) : System.Drawing.Image | ||
captureWindow ( |
||
doUpdates ( ) : void | ||
getBitmapFrame ( System.Windows.Controls.Canvas controlToConvert ) : System.Windows.Media.Imaging.BitmapFrame | ||
getByte ( int value ) : byte | ||
getDecimal ( string value ) : Decimal | ||
getDouble ( string value ) : double | ||
getInt ( string value ) : int | ||
getString ( Primitive value ) : string | ||
getWindowResize ( ) : int | ||
getWindowState ( ) : int | ||
getWindowStyle ( ) : int | ||
isBulitin ( Object obj ) : bool | ||
printWindow ( object sender, System.Drawing.Printing.PrintPageEventArgs e ) : void | ||
saveImage ( System.Windows.Media.Imaging.BitmapFrame bitmapFrame, string fileName ) : void | ||
saveImage ( System.Drawing.Image img, string fileName ) : void | ||
setWindowResize ( int iState ) : void | ||
setWindowState ( int iState ) : void | ||
setWindowStyle ( int iStyle ) : void |
메소드 | 설명 | |
---|---|---|
CSVParse ( string item, bool bToCSV ) : string | ||
doUpdates_Delegate ( ) : void |
public static ClearMediaPlayer ( string wavFile ) : void | ||
wavFile | string | |
리턴 | void |
public static CreateArrayMap ( Primitive array ) : Primitive | ||
array | Primitive | |
리턴 | Primitive |
public static OnError ( string method, |
||
method | string | |
ex | ||
리턴 | void |
public static OnFileError ( string method, string fileName ) : void | ||
method | string | |
fileName | string | |
리턴 | void |
public static OnShapeError ( string method, string shapeName ) : void | ||
method | string | |
shapeName | string | |
리턴 | void |
public static ReadCSV ( string fileName, bool bTranspose ) : string | ||
fileName | string | |
bTranspose | bool | |
리턴 | string |
public static WriteCSV ( string fileName, string array ) : void | ||
fileName | string | |
array | string | |
리턴 | void |
public static captureWindow ( |
||
handle | ||
리턴 | System.Drawing.Image |
public static getBitmapFrame ( System.Windows.Controls.Canvas controlToConvert ) : System.Windows.Media.Imaging.BitmapFrame | ||
controlToConvert | System.Windows.Controls.Canvas | |
리턴 | System.Windows.Media.Imaging.BitmapFrame |
public static getString ( Primitive value ) : string | ||
value | Primitive | |
리턴 | string |
public static printWindow ( object sender, System.Drawing.Printing.PrintPageEventArgs e ) : void | ||
sender | object | |
e | System.Drawing.Printing.PrintPageEventArgs | |
리턴 | void |
public static saveImage ( System.Windows.Media.Imaging.BitmapFrame bitmapFrame, string fileName ) : void | ||
bitmapFrame | System.Windows.Media.Imaging.BitmapFrame | |
fileName | string | |
리턴 | void |
public static saveImage ( System.Drawing.Image img, string fileName ) : void | ||
img | System.Drawing.Image | |
fileName | string | |
리턴 | void |