[VB] | Public Function patternColor2(filename As String [, startX As Integer, startY As Integer ]) As Integer |
[C#] | public int patternColor2(string filename [, int startX, int startY ]); |
ChartDirector 5.1 (.NET Edition)
BaseChart.patternColor2
Usage
[VB] | Public Function patternColor2(filename As String [, startX As Integer, startY As Integer ]) As Integer |
[C#] | public int patternColor2(string filename [, int startX, int startY ]); |
Description
Arguments
Argument | Default | Description |
---|---|---|
filename | (Mandatory) | An image file providing the pattern. |
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