Method | Description | |
---|---|---|
DrawFreehand ( |
Create an object to draw a freehand line
|
|
StartDrawing ( |
Start drawing the line.
|
Method | Description | |
---|---|---|
FreehandDrawingCompleted ( DrawingCompletedEventArgs args ) : void |
public DrawFreehand ( |
||
poi | ||
return | System.Windows.Media |
public StartDrawing ( |
||
strokeColor | ||
insertOrAppend | int | Insert or append the line to the Poi. In case the value is less than 0, append, otherwise insert. |
strokeWidth | double | |
return | void |