Draw an image with clipping.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual void DrawClippedImage(
	Image image,
	int x,
	int y
)
Visual Basic (Declaration)
Public Overridable Sub DrawClippedImage ( _
	image As Image, _
	x As Integer, _
	y As Integer _
)
Visual C++
public:
virtual void DrawClippedImage(
	Image^ image, 
	int x, 
	int y
)

Parameters

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

See Also