Returns a tiling of an image.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public static Brush Image(
Image imageIcon
)
Public Shared Function Image (
imageIcon As Image
) As Brush
public:
static Brush^ Image(
Image^ imageIcon
)
static member Image :
imageIcon : Image -> Brush
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