API usage文本文档 APIEnumerationEMU本页总览EMUAsk a question 英制度量单位。1 毫米 = 36000 EMU,1 英寸 = 914400 EMU。 类型 number 示例 This exampe sets the size of the drawing to be created as 100 mm (10 cm) in width and 100 mm (10 cm) in height. CodeResultPlayground// How to set a size of the drawing.// Set a drawing size.drawing.SetSize(100 * 36000, 100 * 36000);