Delete
Overloads
| Name | Description |
|---|---|
| Delete(int id) | Delete Item |
| Delete(TextDrawingItem item) | Delete Item |
Delete(int id)
public void Delete(int id)
Delete Item
Parameters
| Name | Type | Description |
|---|---|---|
| id | int | Item ID |
Delete(TextDrawingItem item)
public void Delete(TextDrawingItem item)
Delete Item
Parameters
| Name | Type | Description |
|---|---|---|
| item | TextDrawingItem | Item ID |