setDPR method

void setDPR(
  1. double dpr
)

Set's the device pixel ration.

Implementation

void setDPR(double dpr) {
  this.dpr = dpr;
}