在OpenXML中用于指定大小或X,Y坐标的测量单位是什么? (展示)。
将像素与像素匹配是否有意义,如果是,那么转换为像素的那些怎么样?
graphicFrame.Transform = new Transform(new Offset(){X = 1650609L,Y = 4343400L},new Extents {Cx = 6096000L,Cy = 741680L});
上面的代码X设置为1650609单位?他们是什么单位?
答案 0 :(得分:9)
它们被称为EMU(英制公制单位)
http://en.wikipedia.org/wiki/English_Metric_Unit#DrawingML
http://polymathprogrammer.com/2009/10/22/english-metric-units-and-open-xml/
1pt = 12,700 EMU
此处也解释为1px = ~9525EMU
http://openxmldeveloper.org/discussions/formats/f/15/p/396/933.aspx