DrawableLine constructor

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

Implementation

DrawableLine(Path path, int pointsCount) : super(path, pointsCount);