Draws the specified image at the location specified by a coordinate
pair.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public override void DrawImage(
Image image,
int x,
int y
)
Public Overrides Sub DrawImage (
image As Image,
x As Integer,
y As Integer
)
public:
virtual void DrawImage(
Image^ image,
int x,
int y
) override
abstract DrawImage :
image : Image *
x : int *
y : int -> unit
override DrawImage :
image : Image *
x : int *
y : int -> unit
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