Returns a tiling of an image.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public static Brush Image(
	Image imageIcon
)
Visual Basic (Declaration)
Public Shared Function Image ( _
	imageIcon As Image _
) As Brush
Visual C++
public:
static Brush^ Image(
	Image^ imageIcon
)

Parameters

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

Return Value

A Brush containing the tiling of the image.

See Also