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)
ParameterTypeDescription
imageImageThe Image to draw.
rectRectangleThe Rectangle in which to draw the image.

See Also