IMSL C# Numerical Library

Draw.DrawImage Method 

Draws the specified image at the location specified by a coordinate pair.

public virtual void DrawImage(
   Image image,
   int x,
   int y
);

Parameters

image
The Image object to draw.
x
An int which specifies the x-coordinate of the upper-left corner of the drawn image.
y
An int which specifies the x-coordinate of the upper-left corner of the drawn image.

See Also

Draw Class | Imsl.Chart2D Namespace