Graphics.DrawImageUnscaledAndClipped

Graphics.DrawImageUnscaledAndClipped method

指定された画像をスケーリングせずに描画し、必要に応じて、指定された四角形に収まるようにクリップします。

public void DrawImageUnscaledAndClipped(Image sourceImage, Rectangle rect)
パラメータタイプ説明
sourceImageImage描画するイメージ。
rectRectangleRectangle画像を描画する場所。

例外

例外調子
ArgumentNullExceptionsourceImage無効である。

関連項目