renderinstructionScale method

void renderinstructionScale(
  1. Renderinstruction base,
  2. int zoomlevel
)

Scales rendering parameters based on zoom level and base instruction.

Copies display properties from the base instruction and applies zoom level specific scaling adjustments.

base Base instruction to copy properties from zoomlevel Current zoom level for scaling calculations

Implementation

void renderinstructionScale(Renderinstruction base, int zoomlevel) {
  display = base.display;
}