Click or drag to resize
FillPaintDot Method
Returns a pattern that is an array of circles.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public static Brush Dot(
	int n,
	int r,
	Color colorBackground,
	Color colorCircle
)

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