[C#] | public int patternColor2(string filename [, int startX, int startY ]); |
[VB] | Public Function patternColor2(filename As String [, startX As Integer, startY As Integer ]) As Integer |
ChartDirector 7.1 (.NET Edition)
BaseChart.
Usage
[C#] | public int patternColor2(string filename [, int startX, int startY ]); |
[VB] | Public Function patternColor2(filename As String [, startX As Integer, startY As Integer ]) As Integer |
Description
Arguments
Argument | Default | Description |
---|---|---|
filename | (Mandatory) | The pathname of the image file or resource, which must be of PNG, JPG or GIF format. Please refer to Path Specification on how ChartDirector interprets pathnames. |
startX | 0 | The x coordinate of a reference point to align with the top-left corner the pattern. |
startY | 0 | The y coordinate of a reference point to align with the top-left corner the pattern. |
Return Value