Returns a pattern that is an array of circles.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public static Brush Dot(
int n,
int r,
Color colorBackground,
Color colorCircle
)
Public Shared Function Dot (
n As Integer,
r As Integer,
colorBackground As Color,
colorCircle As Color
) As Brush
public:
static Brush^ Dot(
int n,
int r,
Color colorBackground,
Color colorCircle
)
static member Dot :
n : int *
r : int *
colorBackground : Color *
colorCircle : Color -> Brush
Parameters
- n
- Type: SystemInt32
An int that specifies the pattern size in pixels.
- r
- Type: SystemInt32
An int which specifies the radius of circles in the pattern
in pixels.
- colorBackground
- Type: System.DrawingColor
A Color which specifies the background color.
- colorCircle
- Type: System.DrawingColor
A Color which specifies the color of circles in the pattern.
Return Value
Type:
Brush
A
Brush containing the pattern.
See Also