Метод Shape:getShapeProperties
Метод возвращает свойства фигуры DocumentAPI.ShapeProperties.
Пример
local shape = document:getBlocks():getShape(0)
local shape_properties = shape:getShapeProperties()
Метод возвращает свойства фигуры DocumentAPI.ShapeProperties.
local shape = document:getBlocks():getShape(0)
local shape_properties = shape:getShapeProperties()