resetPhysicalSize method
Resets physicalSize to the default value for this view.
This will also reset physicalGeometry as the values are dependent on one another.
Implementation
void resetPhysicalSize() {
resetPhysicalGeometry();
}
Resets physicalSize to the default value for this view.
This will also reset physicalGeometry as the values are dependent on one another.
void resetPhysicalSize() {
resetPhysicalGeometry();
}