Click or drag to resize
FillPaintImage Method
Returns a tiling of an image.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public static Brush Image(
	Image imageIcon
)

Parameters

imageIcon
Type: System.DrawingImage
An Image that specifies the image to be tiled.

Return Value

Type: Brush
A Brush containing the tiling of the image.
See Also