System::Drawing::Graphics::DrawImage 方法
内容
[
隐藏
]Graphics::DrawImage(const SharedPtr<Image>&, const ArrayPtr<Point>&, Rectangle, GraphicsUnit) method
未实现。
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, const ArrayPtr<Point> &destPoints, Rectangle srcRect, GraphicsUnit srcUnit)
另见
- Typedef SharedPtr
- Class Image
- Typedef ArrayPtr
- Class Point
- Class Rectangle
- Enum GraphicsUnit
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawImage(const SharedPtr<Image>&, const ArrayPtr<Point>&, Rectangle, GraphicsUnit, const SharedPtr<Imaging::ImageAttributes>&) method
在指定位置绘制指定图像的指定区域。
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, const ArrayPtr<Point> &destPoints, Rectangle srcRect, GraphicsUnit srcUnit, const SharedPtr<Imaging::ImageAttributes> &imageAttr)
| Parameter | Type | 描述 |
|---|---|---|
| image | const SharedPtr<Image>& | 要绘制的图像 |
| destPoints | const ArrayPtr<Point>& | 一个包含三个点的数组,这三个点定义了绘图表面上的平行四边形,用于绘制图像 |
| srcRect | 矩形 | 定义要绘制的指定图像区域的矩形 |
| srcUnit | GraphicsUnit | srcRect 参数使用的测量单位 |
| imageAttr | const SharedPtr<Imaging::ImageAttributes>& | 指定图像的着色和伽马信息 |
另见
- Typedef SharedPtr
- Class Image
- Typedef ArrayPtr
- Class Point
- Class Rectangle
- Enum GraphicsUnit
- Class ImageAttributes
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawImage(const SharedPtr<Image>&, const ArrayPtr<PointF>&) method
未实现。
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, const ArrayPtr<PointF> &destPoints)
另见
- Typedef SharedPtr
- Class Image
- Typedef ArrayPtr
- Class PointF
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawImage(const SharedPtr<Image>&, const ArrayPtr<PointF>&, RectangleF, GraphicsUnit) method
未实现。
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, const ArrayPtr<PointF> &destPoints, RectangleF srcRect, GraphicsUnit srcUnit)
另见
- Typedef SharedPtr
- Class Image
- Typedef ArrayPtr
- Class PointF
- Class RectangleF
- Enum GraphicsUnit
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawImage(const SharedPtr<Image>&, const Rectangle&) method
在指定位置绘制指定的图像。
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, const Rectangle &rect)
| Parameter | Type | 描述 |
|---|---|---|
| image | const SharedPtr<Image>& | 要绘制的图像 |
| rect | const Rectangle& | 绘制图像的目标矩形 |
另见
- Typedef SharedPtr
- Class Image
- Class Rectangle
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawImage(const SharedPtr<Image>&, const RectangleF&) method
在指定位置绘制指定的图像。
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, const RectangleF &rect)
| Parameter | Type | 描述 |
|---|---|---|
| image | const SharedPtr<Image>& | 要绘制的图像 |
| rect | const RectangleF& | 绘制图像的目标矩形 |
另见
- Typedef SharedPtr
- Class Image
- Class RectangleF
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawImage(const SharedPtr<Image>&, const System::ArrayPtr<Point>&) method
未实现。
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, const System::ArrayPtr<Point> &destPoints)
| Parameter | Type | 描述 |
|---|---|---|
| image | const SharedPtr<Image>& | IGNORED |
| destPoints | const System::ArrayPtr<Point>& | IGNORED |
另见
- Typedef SharedPtr
- Class Image
- Typedef ArrayPtr
- Class Point
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawImage(const SharedPtr<Image>&, const System::ArrayPtr<PointF>&, const RectangleF&, GraphicsUnit, const Imaging::ImageAttributesPtr&) method
在指定位置绘制指定图像的指定区域。
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, const System::ArrayPtr<PointF> &destPoints, const RectangleF &srcRect, GraphicsUnit srcUnit, const Imaging::ImageAttributesPtr &imgAttributes)
| Parameter | Type | 描述 |
|---|---|---|
| image | const SharedPtr<Image>& | 要绘制的图像 |
| destPoints | const System::ArrayPtr<PointF>& | 一个包含三个点的数组,这三个点定义了绘图表面上的平行四边形,用于绘制图像 |
| srcRect | const RectangleF& | 定义要绘制的指定图像区域的矩形 |
| srcUnit | GraphicsUnit | srcRect 参数使用的测量单位 |
| imgAttributes | const Imaging::ImageAttributesPtr& | 指定图像的着色和伽马信息 |
另见
- Typedef SharedPtr
- Class Image
- Typedef ArrayPtr
- Class PointF
- Class RectangleF
- Enum GraphicsUnit
- Typedef ImageAttributesPtr
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawImage(const SharedPtr<Image>&, const System::Details::ArrayView<PointF>&, const RectangleF&, GraphicsUnit, const Imaging::ImageAttributesPtr&) method
在指定位置绘制指定图像的指定区域。
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, const System::Details::ArrayView<PointF> &destPoints, const RectangleF &srcRect, GraphicsUnit srcUnit, const Imaging::ImageAttributesPtr &imgAttributes)
| Parameter | Type | 描述 |
|---|---|---|
| image | const SharedPtr<Image>& | 要绘制的图像 |
| destPoints | const System::Details::ArrayView<PointF>& | 包含三个点的数组视图,这些点定义了绘图表面上用于绘制图像的平行四边形 |
| srcRect | const RectangleF& | 定义要绘制的指定图像区域的矩形 |
| srcUnit | GraphicsUnit | srcRect 参数使用的测量单位 |
| imgAttributes | const Imaging::ImageAttributesPtr& | 指定图像的着色和伽马信息 |
另见
- Typedef SharedPtr
- Class Image
- Class PointF
- Class RectangleF
- Enum GraphicsUnit
- Typedef ImageAttributesPtr
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawImage(const SharedPtr<Image>&, const System::Details::StackArray<PointF, N>&, const RectangleF&, GraphicsUnit, const Imaging::ImageAttributesPtr&) method
在指定位置绘制指定图像的指定区域。
template<std::size_t> void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, const System::Details::StackArray<PointF, N> &destPoints, const RectangleF &srcRect, GraphicsUnit srcUnit, const Imaging::ImageAttributesPtr &imgAttributes)
| Parameter | Type | 描述 |
|---|---|---|
| image | const SharedPtr<Image>& | 要绘制的图像 |
| destPoints | const System::Details::StackArray<PointF, N>& | 包含三个点的堆栈数组,这些点定义了绘图表面上用于绘制图像的平行四边形 |
| srcRect | const RectangleF& | 定义要绘制的指定图像区域的矩形 |
| srcUnit | GraphicsUnit | srcRect 参数使用的测量单位 |
| imgAttributes | const Imaging::ImageAttributesPtr& | 指定图像的着色和伽马信息 |
另见
- Typedef SharedPtr
- Class Image
- Class PointF
- Class RectangleF
- Enum GraphicsUnit
- Typedef ImageAttributesPtr
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawImage(const SharedPtr<Image>&, float, float) method
在指定位置绘制指定的图像。
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, float x, float y)
| Parameter | Type | 描述 |
|---|---|---|
| image | const SharedPtr<Image>& | 要绘制的图像 |
| x | 单精度浮点数 | 绘制图像左上角的 X 坐标 |
| y | 单精度浮点数 | 绘制图像左上角的 Y 坐标 |
另见
- Typedef SharedPtr
- Class Image
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawImage(const SharedPtr<Image>&, float, float, float, float) method
将指定的图像绘制到指定的矩形区域。
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, float x, float y, float width, float height)
| Parameter | Type | 描述 |
|---|---|---|
| image | const SharedPtr<Image>& | 要绘制的图像 |
| x | 单精度浮点数 | 绘制图像的目标矩形左上角的 X 坐标 |
| y | 单精度浮点数 | 绘制图像的目标矩形左上角的 Y 坐标 |
| width | 单精度浮点数 | 绘制图像的目标矩形的宽度 |
| height | 单精度浮点数 | 绘制图像的目标矩形的高度 |
另见
- Typedef SharedPtr
- Class Image
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawImage(const SharedPtr<Image>&, float, float, RectangleF, GraphicsUnit) method
在指定位置绘制指定图像的指定区域。
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, float x, float y, RectangleF srcRect, GraphicsUnit srcUnit)
| Parameter | Type | 描述 |
|---|---|---|
| image | const SharedPtr<Image>& | 要绘制的图像 |
| x | 单精度浮点数 | 绘制图像的目标矩形左上角的 X 坐标 |
| y | 单精度浮点数 | 绘制图像的目标矩形左上角的 Y 坐标 |
| srcRect | RectangleF | 定义要绘制的指定图像区域的矩形 |
| srcUnit | GraphicsUnit | srcRect 参数使用的测量单位 |
另见
- Typedef SharedPtr
- Class Image
- Class RectangleF
- Enum GraphicsUnit
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawImage(const SharedPtr<Image>&, int, int) method
在指定位置绘制指定的图像。
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, int x, int y)
| Parameter | Type | 描述 |
|---|---|---|
| image | const SharedPtr<Image>& | 要绘制的图像 |
| x | int | 绘制图像左上角的 X 坐标 |
| y | int | 绘制图像左上角的 Y 坐标 |
另见
- Typedef SharedPtr
- Class Image
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawImage(const SharedPtr<Image>&, int, int, int, int) method
将指定的图像绘制到指定的矩形区域。
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, int x, int y, int width, int height)
| Parameter | Type | 描述 |
|---|---|---|
| image | 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++
Graphics::DrawImage(const SharedPtr<Image>&, int, int, Rectangle, GraphicsUnit) method
在指定位置绘制指定图像的指定区域。
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, int x, int y, Rectangle srcRect, GraphicsUnit srcUnit)
| Parameter | Type | 描述 |
|---|---|---|
| image | const SharedPtr<Image>& | 要绘制的图像 |
| x | int | 绘制图像的目标矩形左上角的 X 坐标 |
| y | int | 绘制图像的目标矩形左上角的 Y 坐标 |
| srcRect | 矩形 | 定义要绘制的指定图像区域的矩形 |
| srcUnit | GraphicsUnit | srcRect 参数使用的测量单位 |
另见
- Typedef SharedPtr
- Class Image
- Class Rectangle
- Enum GraphicsUnit
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawImage(const SharedPtr<Image>&, Point) method
在指定位置绘制指定的图像。
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, Point pt)
| Parameter | Type | 描述 |
|---|---|---|
| image | const SharedPtr<Image>& | 要绘制的图像 |
| pt | Point | 已绘制图像左上角的位置 |
另见
- Typedef SharedPtr
- Class Image
- Class Point
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawImage(const SharedPtr<Image>&, PointF) method
在指定位置绘制指定的图像。
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, PointF pt)
| Parameter | Type | 描述 |
|---|---|---|
| image | const SharedPtr<Image>& | 要绘制的图像 |
| pt | PointF | 已绘制图像左上角的位置 |
另见
- Typedef SharedPtr
- Class Image
- Class PointF
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawImage(const SharedPtr<Image>&, Rectangle, float, float, float, float, GraphicsUnit) method
将指定图像的指定区域绘制到指定的矩形区域。
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, Rectangle destRect, float srcX, float srcY, float srcWidth, float srcHeight, GraphicsUnit srcUnit)
| Parameter | Type | 描述 |
|---|---|---|
| image | const SharedPtr<Image>& | 要绘制的图像 |
| destRect | 矩形 | 绘制图像的目标矩形 |
| srcX | 单精度浮点数 | 指定要绘制的图像部分的矩形左上角的 X 坐标 |
| srcY | 单精度浮点数 | 指定要绘制的图像部分的矩形左上角的 Y 坐标 |
| srcWidth | 单精度浮点数 | 指定要绘制的图像部分的矩形左上角的宽度 |
| srcHeight | 单精度浮点数 | 指定要绘制的图像部分的矩形左上角的高度 |
| srcUnit | GraphicsUnit | 参数 srcX、srcY、srcWidth 和 srcHeight 所使用的测量单位 |
另见
- Typedef SharedPtr
- Class Image
- Class Rectangle
- Enum GraphicsUnit
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawImage(const SharedPtr<Image>&, Rectangle, float, float, float, float, GraphicsUnit, const Imaging::ImageAttributesPtr&) method
将指定图像的指定区域绘制到指定的矩形区域。
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, Rectangle destRect, float srcX, float srcY, float srcWidth, float srcHeight, GraphicsUnit srcUnit, const Imaging::ImageAttributesPtr &imgAttributes)
| Parameter | Type | 描述 |
|---|---|---|
| image | const SharedPtr<Image>& | 要绘制的图像 |
| destRect | 矩形 | 绘制图像的目标矩形 |
| srcX | 单精度浮点数 | 指定要绘制的图像部分的矩形左上角的 X 坐标 |
| srcY | 单精度浮点数 | 指定要绘制的图像部分的矩形左上角的 Y 坐标 |
| srcWidth | 单精度浮点数 | 指定要绘制的图像部分的矩形左上角的宽度 |
| srcHeight | 单精度浮点数 | 指定要绘制的图像部分的矩形左上角的高度 |
| srcUnit | GraphicsUnit | 参数 srcX、srcY、srcWidth 和 srcHeight 所使用的测量单位 |
| imgAttributes | const Imaging::ImageAttributesPtr& | 指定图像的着色和伽马信息 |
另见
- Typedef SharedPtr
- Class Image
- Class Rectangle
- Enum GraphicsUnit
- Typedef ImageAttributesPtr
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawImage(const SharedPtr<Image>&, Rectangle, float, float, float, float, GraphicsUnit, const Imaging::ImageAttributesPtr&, Graphics::DrawImageAbort) method
未实现。
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, Rectangle destRect, float srcX, float srcY, float srcWidth, float srcHeight, GraphicsUnit srcUnit, const Imaging::ImageAttributesPtr &imgAttributes, Graphics::DrawImageAbort callback)
另见
- Typedef SharedPtr
- Class Image
- Class Rectangle
- Enum GraphicsUnit
- Typedef ImageAttributesPtr
- Typedef DrawImageAbort
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawImage(const SharedPtr<Image>&, Rectangle, float, float, float, float, GraphicsUnit, const Imaging::ImageAttributesPtr&, Graphics::DrawImageAbort, IntPtr) method
未实现。
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, Rectangle destRect, float srcX, float srcY, float srcWidth, float srcHeight, GraphicsUnit srcUnit, const Imaging::ImageAttributesPtr &imgAttributes, Graphics::DrawImageAbort callback, IntPtr callbackData)
另见
- Typedef SharedPtr
- Class Image
- Class Rectangle
- Enum GraphicsUnit
- Typedef ImageAttributesPtr
- Typedef DrawImageAbort
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawImage(const SharedPtr<Image>&, Rectangle, int, int, int, int, GraphicsUnit) method
将指定图像的指定区域绘制到指定的矩形区域。
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, Rectangle destRect, int srcX, int srcY, int srcWidth, int srcHeight, GraphicsUnit srcUnit)
| Parameter | Type | 描述 |
|---|---|---|
| image | const SharedPtr<Image>& | 要绘制的图像 |
| destRect | 矩形 | 绘制图像的目标矩形 |
| srcX | int | 指定要绘制的图像部分的矩形左上角的 X 坐标 |
| srcY | int | 指定要绘制的图像部分的矩形左上角的 Y 坐标 |
| srcWidth | int | 指定要绘制的图像部分的矩形左上角的宽度 |
| srcHeight | int | 指定要绘制的图像部分的矩形左上角的高度 |
| srcUnit | GraphicsUnit | 参数 srcX、srcY、srcWidth 和 srcHeight 所使用的测量单位 |
另见
- Typedef SharedPtr
- Class Image
- Class Rectangle
- Enum GraphicsUnit
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawImage(const SharedPtr<Image>&, Rectangle, int, int, int, int, GraphicsUnit, const Imaging::ImageAttributesPtr&) method
将指定图像的指定区域绘制到指定的矩形区域。
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, Rectangle destRect, int srcX, int srcY, int srcWidth, int srcHeight, GraphicsUnit srcUnit, const Imaging::ImageAttributesPtr &imgAttributes)
| Parameter | Type | 描述 |
|---|---|---|
| image | const SharedPtr<Image>& | 要绘制的图像 |
| destRect | 矩形 | 绘制图像的目标矩形 |
| srcX | int | 指定要绘制的图像部分的矩形左上角的 X 坐标 |
| srcY | int | 指定要绘制的图像部分的矩形左上角的 Y 坐标 |
| srcWidth | int | 指定要绘制的图像部分的矩形左上角的宽度 |
| srcHeight | int | 指定要绘制的图像部分的矩形左上角的高度 |
| srcUnit | GraphicsUnit | 参数 srcX、srcY、srcWidth 和 srcHeight 所使用的测量单位 |
| imgAttributes | const Imaging::ImageAttributesPtr& | 指定图像的着色和伽马信息 |
另见
- Typedef SharedPtr
- Class Image
- Class Rectangle
- Enum GraphicsUnit
- Typedef ImageAttributesPtr
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawImage(const SharedPtr<Image>&, Rectangle, int, int, int, int, GraphicsUnit, const Imaging::ImageAttributesPtr&, Graphics::DrawImageAbort) method
未实现。
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, Rectangle destRect, int srcX, int srcY, int srcWidth, int srcHeight, GraphicsUnit srcUnit, const Imaging::ImageAttributesPtr &imgAttributes, Graphics::DrawImageAbort callback)
另见
- Typedef SharedPtr
- Class Image
- Class Rectangle
- Enum GraphicsUnit
- Typedef ImageAttributesPtr
- Typedef DrawImageAbort
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawImage(const SharedPtr<Image>&, Rectangle, int, int, int, int, GraphicsUnit, const Imaging::ImageAttributesPtr&, Graphics::DrawImageAbort, IntPtr) method
未实现。
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, Rectangle destRect, int srcX, int srcY, int srcWidth, int srcHeight, GraphicsUnit srcUnit, const Imaging::ImageAttributesPtr &imgAttributes, Graphics::DrawImageAbort callback, IntPtr callbackData)
另见
- Typedef SharedPtr
- Class Image
- Class Rectangle
- Enum GraphicsUnit
- Typedef ImageAttributesPtr
- Typedef DrawImageAbort
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawImage(const SharedPtr<Image>&, Rectangle, Rectangle, GraphicsUnit) method
在指定位置绘制指定图像的指定区域。
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, Rectangle destRect, Rectangle srcRect, GraphicsUnit srcUnit)
| Parameter | Type | 描述 |
|---|---|---|
| image | const SharedPtr<Image>& | 要绘制的图像 |
| destRect | 矩形 | 绘制图像的目标矩形 |
| srcRect | 矩形 | 定义要绘制的指定图像区域的矩形 |
| srcUnit | GraphicsUnit | srcRect 参数使用的测量单位 |
另见
- Typedef SharedPtr
- Class Image
- Class Rectangle
- Enum GraphicsUnit
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++
Graphics::DrawImage(const SharedPtr<Image>&, RectangleF, RectangleF, GraphicsUnit) method
在指定位置绘制指定图像的指定区域。
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, RectangleF destRect, RectangleF srcRect, GraphicsUnit srcUnit)
| Parameter | Type | 描述 |
|---|---|---|
| image | const SharedPtr<Image>& | 要绘制的图像 |
| destRect | RectangleF | 绘制图像的目标矩形 |
| srcRect | RectangleF | 定义要绘制的指定图像区域的矩形 |
| srcUnit | GraphicsUnit | srcRect 参数使用的测量单位 |
另见
- Typedef SharedPtr
- Class Image
- Class RectangleF
- Enum GraphicsUnit
- Class Graphics
- Namespace System::Drawing
- Library Aspose.Page for C++