setAnchor()

Sets the anchor point of the graphic object. Works with symbolic objects
setAnchor(value:int)

Parameters

Name Type Действие Значение по умолчанию
value int One of the values listed in Anchor

Return value

Object reference of type GObject for chain of calls

Example

obj.setAnchor(Anchor.TopLeft);