DashedLine.copyFrom constructor
DashedLine.copyFrom(
- DashedLine mob
Implementation
DashedLine.copyFrom(DashedLine mob)
: dashLength = mob.dashLength,
dashSpacing = mob.dashSpacing,
positiveSpaceRatio = mob.positiveSpaceRatio,
super.copyFrom(mob);