Arc.copyFrom constructor
Arc.copyFrom(
- Arc mob
Implementation
Arc.copyFrom(Arc mob)
: startAngle = mob.startAngle,
angle = mob.angle,
radius = mob.radius,
arcCenter = mob.arcCenter,
numComponents = mob.numComponents,
super.copyFrom(mob);