Graphics.DrawImageUnscaledAndClipped
Graphics.DrawImageUnscaledAndClipped method
Draws the specified image without scaling and clips it, if necessary, to fit in the specified rectangle.
public void DrawImageUnscaledAndClipped(Image image, Rectangle rect)
| Parameter | Type | Description | 
|---|---|---|
| image | Image | The Image to draw. | 
| rect | Rectangle | The Rectangle in which to draw the image. | 
See Also
- class Image
 - struct Rectangle
 - class Graphics
 - namespace Aspose.Drawing
 - assembly Aspose.Drawing.Common