[C#] | public static void setResource(string id, byte[] img); |
[VB] | Public Shared Sub setResource(id As String, img As Byte()) |
ChartDirector 7.1 (.NET Edition)
Chart.
Usage
[C#] | public static void setResource(string id, byte[] img); |
[VB] | Public Shared 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