C# 클래스 BindingLibrary.WritePadAPI

파일 보기 프로젝트 열기: phatware/WritePadSDK

공개 프로퍼티들

프로퍼티 타입 설명
language LanguageType

공개 메소드들

메소드 설명
detectGesture ( int type, List currentStroke ) : int
getLanguageName ( ) : String
initializeFlags ( ) : void
isRecoFlagSet ( uint flags, uint flag ) : bool
recoAddPixel ( int stroke, float x, float y ) : int
recoDeleteLastStroke ( ) : bool
recoFree ( ) : void
recoGetFlags ( ) : uint
recoInit ( ) : void
recoInkData ( int nDataLen, bool bAsync, bool bFlipY, bool bSort, bool bNewLine ) : String
recoLearnWord ( String word, int weight ) : bool
recoNewStroke ( float width, uint color ) : int
recoResetInk ( ) : void
recoResultColumnCount ( ) : int
recoResultRowCount ( int col ) : int
recoResultWeight ( int column, int row ) : int
recoResultWord ( int column, int row ) : String
recoSetFlags ( uint flags ) : void
recoStrokeCount ( ) : int
setRecoFlag ( uint flags, bool value, uint flag ) : uint

비공개 메소드들

메소드 설명
HWR_CheckGesture ( int type, CGTracePoint stroke, int len, int nScale, int nMinLen ) : int
HWR_FreeRecognizer ( IntPtr reco, string inDictionaryCustom, string inLearner, string inWordList ) : uint
HWR_GetLanguageName ( IntPtr reco ) : IntPtr
HWR_GetRecognitionFlags ( IntPtr reco ) : uint
HWR_GetResultAlternativeCount ( IntPtr reco, int nWord ) : int
HWR_GetResultWeight ( IntPtr reco, int nWord, int nAlternative ) : UInt16
HWR_GetResultWord ( IntPtr reco, int nWord, int nAlternative ) : IntPtr
HWR_GetResultWordCount ( IntPtr reco ) : int
HWR_InitRecognizer ( string inDictionaryMain, string inDictionaryCustom, string inLearner, string inAutoCorrect, int language, int &pFlags ) : IntPtr
HWR_LearnNewWord ( IntPtr reco, IntPtr word, UInt16 weight ) : int
HWR_RecognizeInkData ( IntPtr reco, IntPtr inkData, int nFirstStroke, int nLastStroke, bool bAsync, bool bFlipY, bool bSort, bool bSelOnly ) : IntPtr
HWR_SetDictionaryData ( IntPtr reco, byte data, int ndictinarytype ) : int
HWR_SetRecognitionFlags ( IntPtr reco, uint flags ) : uint
INK_AddEmptyStroke ( IntPtr inkData, float width, uint color ) : int
INK_AddPixelToStroke ( IntPtr inkData, int stroke, float x, float y, int pressure ) : int
INK_DeleteStroke ( IntPtr inkData, int nStroke ) : bool
INK_Erase ( IntPtr inkData ) : int
INK_GetStrokeP ( IntPtr inkData, int nStroke, IntPtr &stroke, float width, IntPtr &color ) : int
INK_InitData ( ) : IntPtr
INK_StrokeCount ( IntPtr inkData, bool selectedOnly ) : int
WritePadAPI ( ) : System

메소드 상세

detectGesture() 공개 정적인 메소드

public static detectGesture ( int type, List currentStroke ) : int
type int
currentStroke List
리턴 int

getLanguageName() 공개 정적인 메소드

public static getLanguageName ( ) : String
리턴 String

initializeFlags() 공개 정적인 메소드

public static initializeFlags ( ) : void
리턴 void

isRecoFlagSet() 공개 정적인 메소드

public static isRecoFlagSet ( uint flags, uint flag ) : bool
flags uint
flag uint
리턴 bool

recoAddPixel() 공개 정적인 메소드

public static recoAddPixel ( int stroke, float x, float y ) : int
stroke int
x float
y float
리턴 int

recoDeleteLastStroke() 공개 정적인 메소드

public static recoDeleteLastStroke ( ) : bool
리턴 bool

recoFree() 공개 정적인 메소드

public static recoFree ( ) : void
리턴 void

recoGetFlags() 공개 정적인 메소드

public static recoGetFlags ( ) : uint
리턴 uint

recoInit() 공개 정적인 메소드

public static recoInit ( ) : void
리턴 void

recoInkData() 공개 정적인 메소드

public static recoInkData ( int nDataLen, bool bAsync, bool bFlipY, bool bSort, bool bNewLine ) : String
nDataLen int
bAsync bool
bFlipY bool
bSort bool
bNewLine bool
리턴 String

recoLearnWord() 공개 정적인 메소드

public static recoLearnWord ( String word, int weight ) : bool
word String
weight int
리턴 bool

recoNewStroke() 공개 정적인 메소드

public static recoNewStroke ( float width, uint color ) : int
width float
color uint
리턴 int

recoResetInk() 공개 정적인 메소드

public static recoResetInk ( ) : void
리턴 void

recoResultColumnCount() 공개 정적인 메소드

public static recoResultColumnCount ( ) : int
리턴 int

recoResultRowCount() 공개 정적인 메소드

public static recoResultRowCount ( int col ) : int
col int
리턴 int

recoResultWeight() 공개 정적인 메소드

public static recoResultWeight ( int column, int row ) : int
column int
row int
리턴 int

recoResultWord() 공개 정적인 메소드

public static recoResultWord ( int column, int row ) : String
column int
row int
리턴 String

recoSetFlags() 공개 정적인 메소드

public static recoSetFlags ( uint flags ) : void
flags uint
리턴 void

recoStrokeCount() 공개 정적인 메소드

public static recoStrokeCount ( ) : int
리턴 int

setRecoFlag() 공개 정적인 메소드

public static setRecoFlag ( uint flags, bool value, uint flag ) : uint
flags uint
value bool
flag uint
리턴 uint

프로퍼티 상세

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

public static LanguageType language
리턴 LanguageType