TemporaryGraphicsManager.UpdateControl
Method
Description:
Updates the in-canvas control identified by the unique index.
Updates the in-canvas control identified by the unique index.
Parameters
| Parameter | Type | Description |
|---|---|---|
| index | Int32 | Unique index of the control to be updated. |
| data | InCanvasControlData | data to generate in-canvas control appearance. |
Return Value
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | index is out of range of TemporaryGraphicsManager managed objects, or the indexed object has been removed from the document. |
| ArgumentNullException | A non-optional argument was null |
| InvalidOperationException | Failed to load the image from specified path. |