EMU
type EMU = number
Description
English measure unit. 1 mm = 36000 EMUs, 1 inch = 914400 EMUs.
Try It
oDrawing.SetSize(100 * 36000, 100 * 36000);
type EMU = number
English measure unit. 1 mm = 36000 EMUs, 1 inch = 914400 EMUs.
oDrawing.SetSize(100 * 36000, 100 * 36000);