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.Font 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.Font 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.Font 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.Font for C++