Click or drag to resize
FillPaintVerticalStripe Method
Returns a vertically striped pattern.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public static Brush VerticalStripe(
	int n,
	int p,
	Color colorBackground,
	Color colorLine
)

Parameters

n
Type: SystemInt32
An int that specifies the pattern size in pixels.
p
Type: SystemInt32
An int which specifies the number of pixels between vertical lines.
colorBackground
Type: System.DrawingColor
A Color which specifies the background color.
colorLine
Type: System.DrawingColor
A Color which specifies the color of the line.

Return Value

Type: Brush
A Brush containing the pattern.
See Also