在 Ruby 中更改形状的位置

Aspose.Diagram - 更改形状的位置

要使用更改形状的位置Aspose.Diagram Java 红宝石 只需调用改变形状位置模块。在这里您可以看到示例代码。

红宝石代码

数据_dir = File.dirname(File.dirname(File.dirname(File.dirname(__文件__)))) + '/数据/'

\# 创建 Diagram 实例

diagram = Rjb::import('com.aspose.diagram.Diagram').new(data_dir + "Drawing.vsd")

形状 = diagram.getPages().getPage(0).getShapes()

 = 0

当我< shapes.getCount()

    shape = shapes.get(i)

    if shape.getNameU() == "Process" && shape.getID() == 2

        shape.move(1, 1)

    end

    i +=1

end

\# Save diagram

diagram.save(data_dir + "ChangeShapePosition.vdx", Rjb::import('com.aspose.diagram.SaveFileFormat').VDX)

puts "Changed position of a shape."

下载运行代码

下载**更改形状的位置 (Aspose.Diagram)**来自以下任何社交编码网站: