System::Drawing::Graphics::DrawImageUnscaled メソッド
コンテンツ
[
隠れる
]Graphics::DrawImageUnscaled(const SharedPtr<Image>&, const Point&) method
指定された位置に、元の物理サイズで指定された画像を描画します。
void System::Drawing::Graphics::DrawImageUnscaled(const SharedPtr<Image> &image, const Point &point)
| パラメーター | 型 | 説明 |
|---|---|---|
| 画像 | const SharedPtr\<Image\>\& | 描画対象の画像 |
| point | const Point& | 描画された画像の左上隅を指定する Point 構造体です。 |
参照
- Typedef SharedPtr
- Class Image
- Class Point
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawImageUnscaled(const SharedPtr<Image>&, const Rectangle&) method
指定された位置に、元の物理サイズで指定された画像を描画します。
void System::Drawing::Graphics::DrawImageUnscaled(const SharedPtr<Image> &image, const Rectangle &rect)
| パラメーター | 型 | 説明 |
|---|---|---|
| 画像 | const SharedPtr\<Image\>\& | 描画対象の画像 |
| rect | const Rectangle& | 描画された画像の左上隅を指定する矩形です。矩形の X および Y プロパティが左上隅を指定します。幅と高さの値は無視されます。 |
参照
- Typedef SharedPtr
- Class Image
- Class Rectangle
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawImageUnscaled(const SharedPtr<Image>&, int, int) method
指定された位置に、元の物理サイズを使用して指定された画像を描画します。
void System::Drawing::Graphics::DrawImageUnscaled(const SharedPtr<Image> &image, int x, int y)
| パラメーター | 型 | 説明 |
|---|---|---|
| 画像 | const SharedPtr\<Image\>\& | 描画対象の画像 |
| x | int | 描画された画像の左上隅の X 座標 |
| y | int | 描画された画像の左上隅の Y 座標 |
参照
- Typedef SharedPtr
- Class Image
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawImageUnscaled(const SharedPtr<Image>&, int, int, int, int) method
指定された位置に、元の物理サイズで指定された画像を描画します。
void System::Drawing::Graphics::DrawImageUnscaled(const SharedPtr<Image> &image, int x, int y, int width, int height)
| パラメーター | 型 | 説明 |
|---|---|---|
| 画像 | const SharedPtr\<Image\>\& | 描画対象の画像 |
| x | int | 描画された画像の左上隅の X 座標 |
| y | int | 描画された画像の左上隅の Y 座標 |
| width | int | 使用されません |
| height | int | 使用されません |
参照
- Typedef SharedPtr
- Class Image
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++