IBeginStrokeEventArgs interface
Defines the arguments of the BeginStrokeEvent.
brush | The brush of the new stroke. |
mode | The stroke's mode. |
start |
The starting point of the new stroke. |
stroke |
The id of the new stroke. |
type | The type of the new stroke. |
The starting point of the new stroke.
TypeScript
startPoint: IPointerPoint
Property Value
The id of the new stroke.
TypeScript
strokeId: string
Property Value
string