DrawablePath constructor

DrawablePath(
  1. Path path,
  2. int pointsCount
)

Implementation

DrawablePath(Path path, int pointsCount)
    : this._path = path,
      this._pointsCount = pointsCount;