TemporaryGraphicsManager.UpdateControl
Description:
Updates the in-canvas control identified by the unique index.
Updates the in-canvas control identified by the unique index.
public void UpdateControl(
int index,
InCanvasControlData data
)
-
indexUnique index of the control to be updated.
-
datadata to generate in-canvas control appearance.
-
index is out of range of TemporaryGraphicsManager managed objects, or the indexed object has been removed from the document.
-
A non-optional argument was null
-
Failed to load the image from specified path.