[C#] | public void setResource(string id, byte[] img); |
[VB] | Public Sub setResource(id As String, img As Byte()) |
ChartDirector 7.1 (.NET Edition)
BaseChart.
Usage
[C#] | public void setResource(string id, byte[] img); |
[VB] | Public Sub setResource(id As String, img As Byte()) |
Description
Arguments
Argument | Default | Description |
---|---|---|
id | (Mandatory) | The resource ID to be used to reference the memory image. |
img | (Mandatory) | The memory that the image occupies. |
Return Value