onPathStart abstract method

void onPathStart(
  1. int id,
  2. int fillType
)

A path object is being created, with the given id and fillType.

All subsequent path commands will refer to this path, until onPathFinished is invoked.

Implementation

void onPathStart(int id, int fillType);