DrawDrawClippedImage Method |
Draw an image with clipping.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual void DrawClippedImage(
Image image,
int x,
int y
)
Public Overridable Sub DrawClippedImage (
image As Image,
x As Integer,
y As Integer
)
public:
virtual void DrawClippedImage(
Image^ image,
int x,
int y
)
abstract DrawClippedImage :
image : Image *
x : int *
y : int -> unit
override DrawClippedImage :
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 y-coordinate of the upper-left
corner of the drawn image.
See Also