width property
The width (pixels) to be set. The range is [2, 1920]
, and must be an even number. The default value is 640 pixels.
If an odd number is set, the width will be adjusted to the next larger even number.
Implementation
int width;
The width (pixels) to be set. The range is [2, 1920]
, and must be an even number. The default value is 640 pixels.
If an odd number is set, the width will be adjusted to the next larger even number.
int width;