refresh_data method

refresh_data()

Refreshes shape’s position including xform ,connection and geom when changing shape’s text or other’s .

def refresh_data(self):
    ...

Remarks

We will gather shape’s data such as shape’s text then calculate shape’s position. This method is only used to refresh shape’s data .

See Also