IMSL C# Numerical Library

FillPaint.Dot Method 

Returns a pattern that is an array of circles.

public static Brush Dot(
   int n,
   int r,
   Color colorBackground,
   Color colorCircle
);

Parameters

n
An int that specifies the pattern size in pixels.
r
An int which specifies the radius of circles in the pattern in pixels.
colorBackground
A Color which specifies the background color.
colorCircle
A Color which specifies the color of circles in the pattern.

Return Value

A Brush containing the pattern.

See Also

FillPaint Class | Imsl.Chart2D Namespace