Click or drag to resize
DrawDrawClippedImage Method
Draw an image with clipping.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual void DrawClippedImage(
	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 y-coordinate of the upper-left corner of the drawn image.
See Also