onSize abstract method

void onSize(
  1. double width,
  2. double height
)

The size of the vector graphic has been decoded.

Implementation

void onSize(
  double width,
  double height,
);