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)
| パラメーター | 型 | 説明 |
|---|---|---|
| 画像 | const SharedPtr\<Image\>\& | 描画対象の画像 |
| destPoints | const ArrayPtr<Point>& | 画像を描画するために描画面上に平行四辺形を定義する 3 つの点を含む配列 |
| srcRect | Rectangle | 描画する指定された画像の領域を定義する矩形 |
| 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)
| パラメーター | 型 | 説明 |
|---|---|---|
| 画像 | 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)
| パラメーター | 型 | 説明 |
|---|---|---|
| 画像 | 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)
| パラメーター | 型 | 説明 |
|---|---|---|
| 画像 | 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)
| パラメーター | 型 | 説明 |
|---|---|---|
| 画像 | const SharedPtr\<Image\>\& | 描画対象の画像 |
| destPoints | const System::ArrayPtr<PointF>& | 画像を描画するために描画面上に平行四辺形を定義する 3 つの点を含む配列 |
| 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)
| パラメーター | 型 | 説明 |
|---|---|---|
| 画像 | const SharedPtr\<Image\>\& | 描画対象の画像 |
| destPoints | const System::Details::ArrayView<PointF>& | 画像を描画する描画面上で平行四辺形を定義する3つの点を含む配列ビュー |
| 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)
| パラメーター | 型 | 説明 |
|---|---|---|
| 画像 | const SharedPtr\<Image\>\& | 描画対象の画像 |
| destPoints | const System::Details::StackArray<PointF, N>& | 画像を描画する描画面上で平行四辺形を定義する3つの点を含むスタック配列 |
| 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)
| パラメーター | 型 | 説明 |
|---|---|---|
| 画像 | 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)
| パラメーター | 型 | 説明 |
|---|---|---|
| 画像 | 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)
| パラメーター | 型 | 説明 |
|---|---|---|
| 画像 | 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)
| パラメーター | 型 | 説明 |
|---|---|---|
| 画像 | 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)
| パラメーター | 型 | 説明 |
|---|---|---|
| 画像 | 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)
| パラメーター | 型 | 説明 |
|---|---|---|
| 画像 | const SharedPtr\<Image\>\& | 描画対象の画像 |
| x | int | 画像を描画する矩形の左上隅のX座標 |
| y | int | 画像を描画する矩形の左上隅のY座標 |
| srcRect | Rectangle | 描画する指定された画像の領域を定義する矩形 |
| 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)
| パラメーター | 型 | 説明 |
|---|---|---|
| 画像 | 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)
| パラメーター | 型 | 説明 |
|---|---|---|
| 画像 | 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)
| パラメーター | 型 | 説明 |
|---|---|---|
| 画像 | const SharedPtr\<Image\>\& | 描画対象の画像 |
| destRect | Rectangle | 画像を描画するための矩形 |
| 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)
| パラメーター | 型 | 説明 |
|---|---|---|
| 画像 | const SharedPtr\<Image\>\& | 描画対象の画像 |
| destRect | Rectangle | 画像を描画するための矩形 |
| 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)
| パラメーター | 型 | 説明 |
|---|---|---|
| 画像 | const SharedPtr\<Image\>\& | 描画対象の画像 |
| destRect | Rectangle | 画像を描画するための矩形 |
| 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)
| パラメーター | 型 | 説明 |
|---|---|---|
| 画像 | const SharedPtr\<Image\>\& | 描画対象の画像 |
| destRect | Rectangle | 画像を描画するための矩形 |
| 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)
| パラメーター | 型 | 説明 |
|---|---|---|
| 画像 | const SharedPtr\<Image\>\& | 描画対象の画像 |
| destRect | Rectangle | 画像を描画するための矩形 |
| srcRect | Rectangle | 描画する指定された画像の領域を定義する矩形 |
| 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)
| パラメーター | 型 | 説明 |
|---|---|---|
| 画像 | 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++