IBeginStrokeEventArgs interface

Defines the arguments of the BeginStrokeEvent.

Properties

brush

The brush of the new stroke.

mode

The stroke's mode.

startPoint

The starting point of the new stroke.

strokeId

The id of the new stroke.

type

The type of the new stroke.

Property Details

brush

The brush of the new stroke.

brush: IBrush

Property Value

mode

The stroke's mode.

mode: StrokeMode

Property Value

startPoint

The starting point of the new stroke.

startPoint: IPointerPoint

Property Value

strokeId

The id of the new stroke.

strokeId: string

Property Value

string

type

The type of the new stroke.

type: StrokeType

Property Value