Click or drag to resize
DrawDrawImage Method
Draws the specified image at the location specified by a coordinate pair.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual void DrawImage(
	Image image,
	int x,
	int y
)

Parameters

image
Type: System.DrawingImage
The Image object to draw.
x
Type: SystemInt32
An int which specifies the x-coordinate of the upper-left corner of the drawn image.
y
Type: SystemInt32
An int which specifies the x-coordinate of the upper-left corner of the drawn image.
See Also