Graphics.DrawImageUnscaled
コンテンツ
[
隠れる
]DrawImageUnscaled(Image, int, int, int, int)
座標ペアで指定された位置に元の物理サイズを使用して、指定されたイメージを描画します。
public void DrawImageUnscaled(Image image, int x, int y, int width, int height)
パラメータ | タイプ | 説明 |
---|---|---|
image | Image | Image描く。 |
x | Int32 | 描画されたイメージの左上隅の x 座標。 |
y | Int32 | 描画されたイメージの左上隅の y 座標。 |
width | Int32 | 描画される画像の幅。 |
height | Int32 | 描画イメージの高さ。 |
関連項目
- class Image
- class Graphics
- 名前空間 System.Drawing
- 組み立て Aspose.Drawing
DrawImageUnscaled(Image, int, int)
座標ペアで指定された位置に元の物理サイズを使用して、指定されたイメージを描画します。
public void DrawImageUnscaled(Image image, int x, int y)
パラメータ | タイプ | 説明 |
---|---|---|
image | Image | Image描く。 |
x | Int32 | 描画されたイメージの左上隅の x 座標。 |
y | Int32 | 描画されたイメージの左上隅の y 座標。 |
関連項目
- class Image
- class Graphics
- 名前空間 System.Drawing
- 組み立て Aspose.Drawing
DrawImageUnscaled(Image, Point)
指定された位置に元の物理サイズを使用して、指定されたイメージを描画します。
public void DrawImageUnscaled(Image image, Point point)
パラメータ | タイプ | 説明 |
---|---|---|
image | Image | Image描く。 |
point | Point | Point描画イメージの左上隅を指定する構造体。 |
関連項目
- class Image
- struct Point
- class Graphics
- 名前空間 System.Drawing
- 組み立て Aspose.Drawing
DrawImageUnscaled(Image, Rectangle)
指定された位置に元の物理サイズを使用して、指定されたイメージを描画します。
public void DrawImageUnscaled(Image image, Rectangle rect)
パラメータ | タイプ | 説明 |
---|---|---|
image | Image | Image描く。 |
rect | Rectangle | Rectangle 四角形の X および Y プロパティは、左上隅を指定します。 Width および Height プロパティは無視されます。 |
関連項目
- class Image
- struct Rectangle
- class Graphics
- 名前空間 System.Drawing
- 組み立て Aspose.Drawing