System::Drawing::Graphics::DrawImage method
Graphics::DrawImage(const SharedPtr<Image>&, const ArrayPtr<Point>&, Rectangle, GraphicsUnit) method
NOT IMPLEMENTED.
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, const ArrayPtr<Point> &destPoints, Rectangle srcRect, GraphicsUnit srcUnit)
See Also
- Typedef SharedPtr
- Class Image
- Typedef ArrayPtr
- Class Point
- Class Rectangle
- Enum GraphicsUnit
- Class Graphics
- Namespace System::Drawing
- Library Aspose.TeX for C++
Graphics::DrawImage(const SharedPtr<Image>&, const ArrayPtr<Point>&, Rectangle, GraphicsUnit, const SharedPtr<Imaging::ImageAttributes>&) method
Draws the specified region of the specified image at the specified location.
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, const ArrayPtr<Point> &destPoints, Rectangle srcRect, GraphicsUnit srcUnit, const SharedPtr<Imaging::ImageAttributes> &imageAttr)
Parameter | Type | Description |
---|---|---|
image | const SharedPtr<Image>& | The image to draw |
destPoints | const ArrayPtr<Point>& | An array containing three points that define a parallelogram on the drawing surface to draw the image to |
srcRect | Rectangle | A rectangle that defines the region of the specified image to draw |
srcUnit | GraphicsUnit | The measurement units used by srcRect parameter |
imageAttr | const SharedPtr<Imaging::ImageAttributes>& | Specifies coloring and gamma information for the image |
See Also
- Typedef SharedPtr
- Class Image
- Typedef ArrayPtr
- Class Point
- Class Rectangle
- Enum GraphicsUnit
- Class ImageAttributes
- Class Graphics
- Namespace System::Drawing
- Library Aspose.TeX for C++
Graphics::DrawImage(const SharedPtr<Image>&, const ArrayPtr<PointF>&) method
NOT IMPLEMENTED.
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, const ArrayPtr<PointF> &destPoints)
See Also
- Typedef SharedPtr
- Class Image
- Typedef ArrayPtr
- Class PointF
- Class Graphics
- Namespace System::Drawing
- Library Aspose.TeX for C++
Graphics::DrawImage(const SharedPtr<Image>&, const ArrayPtr<PointF>&, RectangleF, GraphicsUnit) method
NOT IMPLEMENTED.
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, const ArrayPtr<PointF> &destPoints, RectangleF srcRect, GraphicsUnit srcUnit)
See Also
- Typedef SharedPtr
- Class Image
- Typedef ArrayPtr
- Class PointF
- Class RectangleF
- Enum GraphicsUnit
- Class Graphics
- Namespace System::Drawing
- Library Aspose.TeX for C++
Graphics::DrawImage(const SharedPtr<Image>&, const Rectangle&) method
Draws the specified image at the specified location.
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, const Rectangle &rect)
Parameter | Type | Description |
---|---|---|
image | const SharedPtr<Image>& | The image to draw |
rect | const Rectangle& | A rectangle to draw the image to |
See Also
- Typedef SharedPtr
- Class Image
- Class Rectangle
- Class Graphics
- Namespace System::Drawing
- Library Aspose.TeX for C++
Graphics::DrawImage(const SharedPtr<Image>&, const RectangleF&) method
Draws the specified image at the specified location.
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, const RectangleF &rect)
Parameter | Type | Description |
---|---|---|
image | const SharedPtr<Image>& | The image to draw |
rect | const RectangleF& | A rectangle to draw the image to |
See Also
- Typedef SharedPtr
- Class Image
- Class RectangleF
- Class Graphics
- Namespace System::Drawing
- Library Aspose.TeX for C++
Graphics::DrawImage(const SharedPtr<Image>&, const System::ArrayPtr<Point>&) method
NOT IMPLEMENTED.
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, const System::ArrayPtr<Point> &destPoints)
Parameter | Type | Description |
---|---|---|
image | const SharedPtr<Image>& | IGNORED |
destPoints | const System::ArrayPtr<Point>& | IGNORED |
See Also
- Typedef SharedPtr
- Class Image
- Typedef ArrayPtr
- Class Point
- Class Graphics
- Namespace System::Drawing
- Library Aspose.TeX for C++
Graphics::DrawImage(const SharedPtr<Image>&, const System::ArrayPtr<PointF>&, const RectangleF&, GraphicsUnit, const Imaging::ImageAttributesPtr&) method
Draws the specified region of the specified image at the specified location.
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 | Description |
---|---|---|
image | const SharedPtr<Image>& | The image to draw |
destPoints | const System::ArrayPtr<PointF>& | An array containing three points that define a parallelogram on the drawing surface to draw the image to |
srcRect | const RectangleF& | A rectangle that defines the region of the specified image to draw |
srcUnit | GraphicsUnit | The measurement units used by srcRect parameter |
imgAttributes | const Imaging::ImageAttributesPtr& | Specifies coloring and gamma information for the image |
See Also
- Typedef SharedPtr
- Class Image
- Typedef ArrayPtr
- Class PointF
- Class RectangleF
- Enum GraphicsUnit
- Typedef ImageAttributesPtr
- Class Graphics
- Namespace System::Drawing
- Library Aspose.TeX for C++
Graphics::DrawImage(const SharedPtr<Image>&, const System::Details::ArrayView<PointF>&, const RectangleF&, GraphicsUnit, const Imaging::ImageAttributesPtr&) method
Draws the specified region of the specified image at the specified location.
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 | Description |
---|---|---|
image | const SharedPtr<Image>& | The image to draw |
destPoints | const System::Details::ArrayView<PointF>& | An array view containing three points that define a parallelogram on the drawing surface to draw the image to |
srcRect | const RectangleF& | A rectangle that defines the region of the specified image to draw |
srcUnit | GraphicsUnit | The measurement units used by srcRect parameter |
imgAttributes | const Imaging::ImageAttributesPtr& | Specifies coloring and gamma information for the image |
See Also
- Typedef SharedPtr
- Class Image
- Class PointF
- Class RectangleF
- Enum GraphicsUnit
- Typedef ImageAttributesPtr
- Class Graphics
- Namespace System::Drawing
- Library Aspose.TeX for C++
Graphics::DrawImage(const SharedPtr<Image>&, const System::Details::StackArray<PointF, N>&, const RectangleF&, GraphicsUnit, const Imaging::ImageAttributesPtr&) method
Draws the specified region of the specified image at the specified location.
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 | Description |
---|---|---|
image | const SharedPtr<Image>& | The image to draw |
destPoints | const System::Details::StackArray<PointF, N>& | An stack array containing three points that define a parallelogram on the drawing surface to draw the image to |
srcRect | const RectangleF& | A rectangle that defines the region of the specified image to draw |
srcUnit | GraphicsUnit | The measurement units used by srcRect parameter |
imgAttributes | const Imaging::ImageAttributesPtr& | Specifies coloring and gamma information for the image |
See Also
- Typedef SharedPtr
- Class Image
- Class PointF
- Class RectangleF
- Enum GraphicsUnit
- Typedef ImageAttributesPtr
- Class Graphics
- Namespace System::Drawing
- Library Aspose.TeX for C++
Graphics::DrawImage(const SharedPtr<Image>&, float, float) method
Draws the specified image at the specified location.
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, float x, float y)
Parameter | Type | Description |
---|---|---|
image | const SharedPtr<Image>& | The image to draw |
x | float | The X coordinate of the upper left corner of the drawn image |
y | float | The Y coordinate of the upper left corner of the drawn image |
See Also
- Typedef SharedPtr
- Class Image
- Class Graphics
- Namespace System::Drawing
- Library Aspose.TeX for C++
Graphics::DrawImage(const SharedPtr<Image>&, float, float, float, float) method
Draws the specified image to the specified rectangle.
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, float x, float y, float width, float height)
Parameter | Type | Description |
---|---|---|
image | const SharedPtr<Image>& | The image to draw |
x | float | The X coordinate of the upper left corner of the rectangle to draw the image to |
y | float | The Y coordinate of the upper left corner of the rectangle to draw the image to |
width | float | The width of the upper left corner of the rectangle to draw the image to |
height | float | The height of the upper left corner of the rectangle to draw the image to |
See Also
- Typedef SharedPtr
- Class Image
- Class Graphics
- Namespace System::Drawing
- Library Aspose.TeX for C++
Graphics::DrawImage(const SharedPtr<Image>&, float, float, RectangleF, GraphicsUnit) method
Draws the specified region of the specified image at the specified location.
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, float x, float y, RectangleF srcRect, GraphicsUnit srcUnit)
Parameter | Type | Description |
---|---|---|
image | const SharedPtr<Image>& | The image to draw |
x | float | The X coordinate of the upper left corner of the rectangle to draw the image to |
y | float | The Y coordinate of the upper left corner of the rectangle to draw the image to |
srcRect | RectangleF | A rectangle that defines the region of the specified image to draw |
srcUnit | GraphicsUnit | The measurement units used by srcRect parameter |
See Also
- Typedef SharedPtr
- Class Image
- Class RectangleF
- Enum GraphicsUnit
- Class Graphics
- Namespace System::Drawing
- Library Aspose.TeX for C++
Graphics::DrawImage(const SharedPtr<Image>&, int, int) method
Draws the specified image at the specified location.
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, int x, int y)
Parameter | Type | Description |
---|---|---|
image | const SharedPtr<Image>& | The image to draw |
x | int | The X coordinate of the upper left corner of the drawn image |
y | int | The Y coordinate of the upper left corner of the drawn image |
See Also
- Typedef SharedPtr
- Class Image
- Class Graphics
- Namespace System::Drawing
- Library Aspose.TeX for C++
Graphics::DrawImage(const SharedPtr<Image>&, int, int, int, int) method
Draws the specified image to the specified rectangle.
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, int x, int y, int width, int height)
Parameter | Type | Description |
---|---|---|
image | const SharedPtr<Image>& | The image to draw |
x | int | The X coordinate of the upper left corner of the rectangle to draw the image to |
y | int | The Y coordinate of the upper left corner of the rectangle to draw the image to |
width | int | The width of the upper left corner of the rectangle to draw the image to |
height | int | The height of the upper left corner of the rectangle to draw the image to |
See Also
- Typedef SharedPtr
- Class Image
- Class Graphics
- Namespace System::Drawing
- Library Aspose.TeX for C++
Graphics::DrawImage(const SharedPtr<Image>&, int, int, Rectangle, GraphicsUnit) method
Draws the specified region of the specified image at the specified location.
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, int x, int y, Rectangle srcRect, GraphicsUnit srcUnit)
Parameter | Type | Description |
---|---|---|
image | const SharedPtr<Image>& | The image to draw |
x | int | The X coordinate of the upper left corner of the rectangle to draw the image to |
y | int | The Y coordinate of the upper left corner of the rectangle to draw the image to |
srcRect | Rectangle | A rectangle that defines the region of the specified image to draw |
srcUnit | GraphicsUnit | The measurement units used by srcRect parameter |
See Also
- Typedef SharedPtr
- Class Image
- Class Rectangle
- Enum GraphicsUnit
- Class Graphics
- Namespace System::Drawing
- Library Aspose.TeX for C++
Graphics::DrawImage(const SharedPtr<Image>&, Point) method
Draws the specified image at the specified location.
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, Point pt)
Parameter | Type | Description |
---|---|---|
image | const SharedPtr<Image>& | The image to draw |
pt | Point | The location of the upper left corner of the drawn image |
See Also
- Typedef SharedPtr
- Class Image
- Class Point
- Class Graphics
- Namespace System::Drawing
- Library Aspose.TeX for C++
Graphics::DrawImage(const SharedPtr<Image>&, PointF) method
Draws the specified image at the specified location.
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, PointF pt)
Parameter | Type | Description |
---|---|---|
image | const SharedPtr<Image>& | The image to draw |
pt | PointF | The location of the upper left corner of the drawn image |
See Also
- Typedef SharedPtr
- Class Image
- Class PointF
- Class Graphics
- Namespace System::Drawing
- Library Aspose.TeX for C++
Graphics::DrawImage(const SharedPtr<Image>&, Rectangle, float, float, float, float, GraphicsUnit) method
Draws the specified region of the specified image to the specified rectangle.
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, Rectangle destRect, float srcX, float srcY, float srcWidth, float srcHeight, GraphicsUnit srcUnit)
Parameter | Type | Description |
---|---|---|
image | const SharedPtr<Image>& | The image to draw |
destRect | Rectangle | A rectangle to draw the image to |
srcX | float | The X coordinate of the upper left corner of the rectangle that specifies the portion of the image to draw |
srcY | float | The Y coordinate of the upper left corner of the rectangle that specifies the portion of the image to draw |
srcWidth | float | The width of the upper left corner of the rectangle that specifies the portion of the image to draw |
srcHeight | float | The height of the upper left corner of the rectangle that specifies the portion of the image to draw |
srcUnit | GraphicsUnit | The measurement units in which parameters srcX, srcY, srcWidth and srcHeight are specified |
See Also
- Typedef SharedPtr
- Class Image
- Class Rectangle
- Enum GraphicsUnit
- Class Graphics
- Namespace System::Drawing
- Library Aspose.TeX for C++
Graphics::DrawImage(const SharedPtr<Image>&, Rectangle, float, float, float, float, GraphicsUnit, const Imaging::ImageAttributesPtr&) method
Draws the specified region of the specified image to the specified rectangle.
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 | Description |
---|---|---|
image | const SharedPtr<Image>& | The image to draw |
destRect | Rectangle | A rectangle to draw the image to |
srcX | float | The X coordinate of the upper left corner of the rectangle that specifies the portion of the image to draw |
srcY | float | The Y coordinate of the upper left corner of the rectangle that specifies the portion of the image to draw |
srcWidth | float | The width of the upper left corner of the rectangle that specifies the portion of the image to draw |
srcHeight | float | The height of the upper left corner of the rectangle that specifies the portion of the image to draw |
srcUnit | GraphicsUnit | The measurement units in which parameters srcX, srcY, srcWidth and srcHeight are specified |
imgAttributes | const Imaging::ImageAttributesPtr& | Specifies coloring and gamma information for the image |
See Also
- Typedef SharedPtr
- Class Image
- Class Rectangle
- Enum GraphicsUnit
- Typedef ImageAttributesPtr
- Class Graphics
- Namespace System::Drawing
- Library Aspose.TeX for C++
Graphics::DrawImage(const SharedPtr<Image>&, Rectangle, float, float, float, float, GraphicsUnit, const Imaging::ImageAttributesPtr&, Graphics::DrawImageAbort) method
NOT IMPLEMENTED.
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)
See Also
- Typedef SharedPtr
- Class Image
- Class Rectangle
- Enum GraphicsUnit
- Typedef ImageAttributesPtr
- Typedef DrawImageAbort
- Class Graphics
- Namespace System::Drawing
- Library Aspose.TeX for C++
Graphics::DrawImage(const SharedPtr<Image>&, Rectangle, float, float, float, float, GraphicsUnit, const Imaging::ImageAttributesPtr&, Graphics::DrawImageAbort, IntPtr) method
NOT IMPLEMENTED.
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)
See Also
- Typedef SharedPtr
- Class Image
- Class Rectangle
- Enum GraphicsUnit
- Typedef ImageAttributesPtr
- Typedef DrawImageAbort
- Class Graphics
- Namespace System::Drawing
- Library Aspose.TeX for C++
Graphics::DrawImage(const SharedPtr<Image>&, Rectangle, int, int, int, int, GraphicsUnit) method
Draws the specified region of the specified image to the specified rectangle.
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, Rectangle destRect, int srcX, int srcY, int srcWidth, int srcHeight, GraphicsUnit srcUnit)
Parameter | Type | Description |
---|---|---|
image | const SharedPtr<Image>& | The image to draw |
destRect | Rectangle | A rectangle to draw the image to |
srcX | int | The X coordinate of the upper left corner of the rectangle that specifies the portion of the image to draw |
srcY | int | The Y coordinate of the upper left corner of the rectangle that specifies the portion of the image to draw |
srcWidth | int | The width of the upper left corner of the rectangle that specifies the portion of the image to draw |
srcHeight | int | The height of the upper left corner of the rectangle that specifies the portion of the image to draw |
srcUnit | GraphicsUnit | The measurement units in which parameters srcX, srcY, srcWidth and srcHeight are specified |
See Also
- Typedef SharedPtr
- Class Image
- Class Rectangle
- Enum GraphicsUnit
- Class Graphics
- Namespace System::Drawing
- Library Aspose.TeX for C++
Graphics::DrawImage(const SharedPtr<Image>&, Rectangle, int, int, int, int, GraphicsUnit, const Imaging::ImageAttributesPtr&) method
Draws the specified region of the specified image to the specified rectangle.
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 | Description |
---|---|---|
image | const SharedPtr<Image>& | The image to draw |
destRect | Rectangle | A rectangle to draw the image to |
srcX | int | The X coordinate of the upper left corner of the rectangle that specifies the portion of the image to draw |
srcY | int | The Y coordinate of the upper left corner of the rectangle that specifies the portion of the image to draw |
srcWidth | int | The width of the upper left corner of the rectangle that specifies the portion of the image to draw |
srcHeight | int | The height of the upper left corner of the rectangle that specifies the portion of the image to draw |
srcUnit | GraphicsUnit | The measurement units in which parameters srcX, srcY, srcWidth and srcHeight are specified |
imgAttributes | const Imaging::ImageAttributesPtr& | Specifies coloring and gamma information for the image |
See Also
- Typedef SharedPtr
- Class Image
- Class Rectangle
- Enum GraphicsUnit
- Typedef ImageAttributesPtr
- Class Graphics
- Namespace System::Drawing
- Library Aspose.TeX for C++
Graphics::DrawImage(const SharedPtr<Image>&, Rectangle, int, int, int, int, GraphicsUnit, const Imaging::ImageAttributesPtr&, Graphics::DrawImageAbort) method
NOT IMPLEMENTED.
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)
See Also
- Typedef SharedPtr
- Class Image
- Class Rectangle
- Enum GraphicsUnit
- Typedef ImageAttributesPtr
- Typedef DrawImageAbort
- Class Graphics
- Namespace System::Drawing
- Library Aspose.TeX for C++
Graphics::DrawImage(const SharedPtr<Image>&, Rectangle, int, int, int, int, GraphicsUnit, const Imaging::ImageAttributesPtr&, Graphics::DrawImageAbort, IntPtr) method
NOT IMPLEMENTED.
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)
See Also
- Typedef SharedPtr
- Class Image
- Class Rectangle
- Enum GraphicsUnit
- Typedef ImageAttributesPtr
- Typedef DrawImageAbort
- Class Graphics
- Namespace System::Drawing
- Library Aspose.TeX for C++
Graphics::DrawImage(const SharedPtr<Image>&, Rectangle, Rectangle, GraphicsUnit) method
Draws the specified region of the specified image at the specified location.
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, Rectangle destRect, Rectangle srcRect, GraphicsUnit srcUnit)
Parameter | Type | Description |
---|---|---|
image | const SharedPtr<Image>& | The image to draw |
destRect | Rectangle | A rectangle to draw the image to |
srcRect | Rectangle | A rectangle that defines the region of the specified image to draw |
srcUnit | GraphicsUnit | The measurement units used by srcRect parameter |
See Also
- Typedef SharedPtr
- Class Image
- Class Rectangle
- Enum GraphicsUnit
- Class Graphics
- Namespace System::Drawing
- Library Aspose.TeX for C++
Graphics::DrawImage(const SharedPtr<Image>&, RectangleF, RectangleF, GraphicsUnit) method
Draws the specified region of the specified image at the specified location.
void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, RectangleF destRect, RectangleF srcRect, GraphicsUnit srcUnit)
Parameter | Type | Description |
---|---|---|
image | const SharedPtr<Image>& | The image to draw |
destRect | RectangleF | A rectangle to draw the image to |
srcRect | RectangleF | A rectangle that defines the region of the specified image to draw |
srcUnit | GraphicsUnit | The measurement units used by srcRect parameter |
See Also
- Typedef SharedPtr
- Class Image
- Class RectangleF
- Enum GraphicsUnit
- Class Graphics
- Namespace System::Drawing
- Library Aspose.TeX for C++