[C#] | public void setRoundedFrame([ int extColor [, int r1 [, int r2 [, int r3 [, int r4 ]]]]]); |
[VB] | Public Sub setRoundedFrame([ extColor As Integer [, r1 As Integer [, r2 As Integer [, r3 As Integer [, r4 As Integer ]]]]]) |
ChartDirector 7.1 (.NET Edition)
BaseChart.
Usage
[C#] | public void setRoundedFrame([ int extColor [, int r1 [, int r2 [, int r3 [, int r4 ]]]]]); |
[VB] | Public Sub setRoundedFrame([ extColor As Integer [, r1 As Integer [, r2 As Integer [, r3 As Integer [, r4 As Integer ]]]]]) |
Description
Arguments
Argument | Default | Description |
---|---|---|
extColor | FFFFFF | The exterior background color. |
r1 | 10 | The radius of the top-left rounded corner in pixels. |
r2 | -1 | The radius of the top-right rounded corner in pixels. -1 means it is the same as the radius of the top-left corner. |
r3 | -1 | The radius of the bottom-right rounded corner in pixels. -1 means it is the same as the radius of the top-left corner. |
r4 | -1 | The radius of the bottom-left rounded corner in pixels. -1 means it is the same as the radius of the top-left corner. |
Return Value