get_physical_size
Description:
public void get_physical_size (
out int width_mm,
out int height_mm)
Retrieves the physical size of the given output.
Parameters:
| this |
the output to query
|
| width_mm |
the width of the output, in millimeters
|
| height_mm |
the height of the output, in millimeters
|