Method | Description | |
---|---|---|
AddStroke ( [ stroke ) : void | ||
CanPasteFromClipboard ( ) : bool | ||
CopySelectedToClipboard ( ) : void | ||
DeleteSelected ( ) : |
||
GetRecognitionResults ( ) : IVectorView |
||
GetRecognizers ( ) : IVectorView |
||
GetStrokes ( ) : IVectorView |
||
InkManager ( ) : System | ||
LoadAsync ( [ inputStream ) : IAsyncActionWithProgress |
||
MoveSelected ( [ translation ) : |
||
PasteFromClipboard ( [ position ) : |
||
ProcessPointerDown ( [ pointerPoint ) : void | ||
ProcessPointerUp ( [ pointerPoint ) : |
||
RecognizeAsync ( [ strokeCollection, [ recognitionTarget ) : IAsyncOperation |
||
SaveAsync ( [ outputStream ) : uint>.IAsyncOperationWithProgress |
||
SelectWithLine ( [ from, [ to ) : |
||
SelectWithPolyLine ( [ |
||
SetDefaultDrawingAttributes ( [ drawingAttributes ) : void | ||
SetDefaultRecognizer ( [ recognizer ) : void | ||
UpdateRecognitionResults ( [ |
Method | Description | |
---|---|---|
ProcessPointerUpdate ( [ pointerPoint ) : object | ||
RecognizeAsync ( [ recognitionTarget ) : IAsyncOperation |
public GetRecognitionResults ( ) : IVectorView |
||
return | IVectorView |
public LoadAsync ( [ inputStream ) : IAsyncActionWithProgress |
||
inputStream | [ | |
return | IAsyncActionWithProgress |
public MoveSelected ( [ translation ) : |
||
translation | [ | |
return |
public PasteFromClipboard ( [ position ) : |
||
position | [ | |
return |
public ProcessPointerDown ( [ pointerPoint ) : void | ||
pointerPoint | [ | |
return | void |
public ProcessPointerUp ( [ pointerPoint ) : |
||
pointerPoint | [ | |
return |
public RecognizeAsync ( [ strokeCollection, [ recognitionTarget ) : IAsyncOperation |
||
strokeCollection | [ | |
recognitionTarget | [ | |
return | IAsyncOperation |
public SaveAsync ( [ outputStream ) : uint>.IAsyncOperationWithProgress |
||
outputStream | [ | |
return | uint>.IAsyncOperationWithProgress |
public SelectWithLine ( [ from, [ to ) : |
||
from | [ | |
to | [ | |
return |
public SelectWithPolyLine ( [ |
||
polyline | [ |
|
return |
public SetDefaultDrawingAttributes ( [ drawingAttributes ) : void | ||
drawingAttributes | [ | |
return | void |
public SetDefaultRecognizer ( [ recognizer ) : void | ||
recognizer | [ | |
return | void |
public UpdateRecognitionResults ( [ |
||
recognitionResults | [ |
|
return | void |