handSet method

void handSet(
  1. ScreenHandset setting
)

Implementation

void handSet(ScreenHandset setting){
  rowColumn = setting.rowColumn;
  singleAspectRatioSize = setting.singleAspectRatio;
}