System::Drawing::Graphics::DrawImage méthode

Contenu
[ ]

Graphics::DrawImage(const SharedPtr<Image>&, const ArrayPtr<Point>&, Rectangle, GraphicsUnit) method

NON IMPLEMENTÉ.

void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, const ArrayPtr<Point> &destPoints, Rectangle srcRect, GraphicsUnit srcUnit)

Voir aussi

Graphics::DrawImage(const SharedPtr<Image>&, const ArrayPtr<Point>&, Rectangle, GraphicsUnit, const SharedPtr<Imaging::ImageAttributes>&) method

Dessine la région spécifiée de l’image spécifiée à l’emplacement spécifié.

void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, const ArrayPtr<Point> &destPoints, Rectangle srcRect, GraphicsUnit srcUnit, const SharedPtr<Imaging::ImageAttributes> &imageAttr)
ParamètreTypeDescription
imageconst SharedPtr<Image>&L’image à dessiner
pointsDestinationconst ArrayPtr<Point>&Un tableau contenant trois points qui définissent un parallélogramme sur la surface de dessin où placer l’image
rectSrcRectangleUn rectangle qui définit la région de l’image spécifiée à dessiner
unitéSrcGraphicsUnitLes unités de mesure utilisées par le paramètre srcRect
attrImageconst SharedPtr<Imaging::ImageAttributes>&Spécifie les informations de coloration et de gamma pour l’image

Voir aussi

Graphics::DrawImage(const SharedPtr<Image>&, const ArrayPtr<PointF>&) method

NON IMPLEMENTÉ.

void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, const ArrayPtr<PointF> &destPoints)

Voir aussi

Graphics::DrawImage(const SharedPtr<Image>&, const ArrayPtr<PointF>&, RectangleF, GraphicsUnit) method

NON IMPLEMENTÉ.

void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, const ArrayPtr<PointF> &destPoints, RectangleF srcRect, GraphicsUnit srcUnit)

Voir aussi

Graphics::DrawImage(const SharedPtr<Image>&, const Rectangle&) method

Dessine l’image spécifiée à l’emplacement spécifié.

void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, const Rectangle &rect)
ParamètreTypeDescription
imageconst SharedPtr<Image>&L’image à dessiner
rectconst Rectangle&Un rectangle où dessiner l’image

Voir aussi

Graphics::DrawImage(const SharedPtr<Image>&, const RectangleF&) method

Dessine l’image spécifiée à l’emplacement spécifié.

void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, const RectangleF &rect)
ParamètreTypeDescription
imageconst SharedPtr<Image>&L’image à dessiner
rectconst RectangleF&Un rectangle où dessiner l’image

Voir aussi

Graphics::DrawImage(const SharedPtr<Image>&, const System::ArrayPtr<Point>&) method

NON IMPLEMENTÉ.

void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, const System::ArrayPtr<Point> &destPoints)
ParamètreTypeDescription
imageconst SharedPtr<Image>&IGNORED
pointsDestinationconst System::ArrayPtr<Point>&IGNORED

Voir aussi

Graphics::DrawImage(const SharedPtr<Image>&, const System::ArrayPtr<PointF>&, const RectangleF&, GraphicsUnit, const Imaging::ImageAttributesPtr&) method

Dessine la région spécifiée de l’image spécifiée à l’emplacement spécifié.

void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, const System::ArrayPtr<PointF> &destPoints, const RectangleF &srcRect, GraphicsUnit srcUnit, const Imaging::ImageAttributesPtr &imgAttributes)
ParamètreTypeDescription
imageconst SharedPtr<Image>&L’image à dessiner
pointsDestinationconst System::ArrayPtr<PointF>&Un tableau contenant trois points qui définissent un parallélogramme sur la surface de dessin où placer l’image
rectSrcconst RectangleF&Un rectangle qui définit la région de l’image spécifiée à dessiner
unitéSrcGraphicsUnitLes unités de mesure utilisées par le paramètre srcRect
attrImgconst Imaging::ImageAttributesPtr&Spécifie les informations de coloration et de gamma pour l’image

Voir aussi

Graphics::DrawImage(const SharedPtr<Image>&, const System::Details::ArrayView<PointF>&, const RectangleF&, GraphicsUnit, const Imaging::ImageAttributesPtr&) method

Dessine la région spécifiée de l’image spécifiée à l’emplacement spécifié.

void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, const System::Details::ArrayView<PointF> &destPoints, const RectangleF &srcRect, GraphicsUnit srcUnit, const Imaging::ImageAttributesPtr &imgAttributes)
ParamètreTypeDescription
imageconst SharedPtr<Image>&L’image à dessiner
pointsDestinationconst System::Details::ArrayView<PointF>&Une vue de tableau contenant trois points qui définissent un parallélogramme sur la surface de dessin où placer l’image
rectSrcconst RectangleF&Un rectangle qui définit la région de l’image spécifiée à dessiner
unitéSrcGraphicsUnitLes unités de mesure utilisées par le paramètre srcRect
attrImgconst Imaging::ImageAttributesPtr&Spécifie les informations de coloration et de gamma pour l’image

Voir aussi

Graphics::DrawImage(const SharedPtr<Image>&, const System::Details::StackArray<PointF, N>&, const RectangleF&, GraphicsUnit, const Imaging::ImageAttributesPtr&) method

Dessine la région spécifiée de l’image spécifiée à l’emplacement spécifié.

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)
ParamètreTypeDescription
imageconst SharedPtr<Image>&L’image à dessiner
pointsDestinationconst System::Details::StackArray<PointF, N>&Un tableau empilé contenant trois points qui définissent un parallélogramme sur la surface de dessin où placer l’image
rectSrcconst RectangleF&Un rectangle qui définit la région de l’image spécifiée à dessiner
unitéSrcGraphicsUnitLes unités de mesure utilisées par le paramètre srcRect
attrImgconst Imaging::ImageAttributesPtr&Spécifie les informations de coloration et de gamma pour l’image

Voir aussi

Graphics::DrawImage(const SharedPtr<Image>&, float, float) method

Dessine l’image spécifiée à l’emplacement spécifié.

void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, float x, float y)
ParamètreTypeDescription
imageconst SharedPtr<Image>&L’image à dessiner
xfloatLa coordonnée X du coin supérieur gauche de l’image dessinée
yfloatLa coordonnée Y du coin supérieur gauche de l’image dessinée

Voir aussi

Graphics::DrawImage(const SharedPtr<Image>&, float, float, float, float) method

Dessine l’image spécifiée dans le rectangle spécifié.

void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, float x, float y, float width, float height)
ParamètreTypeDescription
imageconst SharedPtr<Image>&L’image à dessiner
xfloatLa coordonnée X du coin supérieur gauche du rectangle où dessiner l’image
yfloatLa coordonnée Y du coin supérieur gauche du rectangle où dessiner l’image
widthfloatLa largeur du coin supérieur gauche du rectangle où dessiner l’image
heightfloatLa hauteur du coin supérieur gauche du rectangle où dessiner l’image

Voir aussi

Graphics::DrawImage(const SharedPtr<Image>&, float, float, RectangleF, GraphicsUnit) method

Dessine la région spécifiée de l’image spécifiée à l’emplacement spécifié.

void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, float x, float y, RectangleF srcRect, GraphicsUnit srcUnit)
ParamètreTypeDescription
imageconst SharedPtr<Image>&L’image à dessiner
xfloatLa coordonnée X du coin supérieur gauche du rectangle où dessiner l’image
yfloatLa coordonnée Y du coin supérieur gauche du rectangle où dessiner l’image
rectSrcRectangleFUn rectangle qui définit la région de l’image spécifiée à dessiner
unitéSrcGraphicsUnitLes unités de mesure utilisées par le paramètre srcRect

Voir aussi

Graphics::DrawImage(const SharedPtr<Image>&, int, int) method

Dessine l’image spécifiée à l’emplacement spécifié.

void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, int x, int y)
ParamètreTypeDescription
imageconst SharedPtr<Image>&L’image à dessiner
xintLa coordonnée X du coin supérieur gauche de l’image dessinée
yintLa coordonnée Y du coin supérieur gauche de l’image dessinée

Voir aussi

Graphics::DrawImage(const SharedPtr<Image>&, int, int, int, int) method

Dessine l’image spécifiée dans le rectangle spécifié.

void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, int x, int y, int width, int height)
ParamètreTypeDescription
imageconst SharedPtr<Image>&L’image à dessiner
xintLa coordonnée X du coin supérieur gauche du rectangle où dessiner l’image
yintLa coordonnée Y du coin supérieur gauche du rectangle où dessiner l’image
widthintLa largeur du coin supérieur gauche du rectangle où dessiner l’image
heightintLa hauteur du coin supérieur gauche du rectangle où dessiner l’image

Voir aussi

Graphics::DrawImage(const SharedPtr<Image>&, int, int, Rectangle, GraphicsUnit) method

Dessine la région spécifiée de l’image spécifiée à l’emplacement spécifié.

void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, int x, int y, Rectangle srcRect, GraphicsUnit srcUnit)
ParamètreTypeDescription
imageconst SharedPtr<Image>&L’image à dessiner
xintLa coordonnée X du coin supérieur gauche du rectangle où dessiner l’image
yintLa coordonnée Y du coin supérieur gauche du rectangle où dessiner l’image
rectSrcRectangleUn rectangle qui définit la région de l’image spécifiée à dessiner
unitéSrcGraphicsUnitLes unités de mesure utilisées par le paramètre srcRect

Voir aussi

Graphics::DrawImage(const SharedPtr<Image>&, Point) method

Dessine l’image spécifiée à l’emplacement spécifié.

void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, Point pt)
ParamètreTypeDescription
imageconst SharedPtr<Image>&L’image à dessiner
ptPointL’emplacement du coin supérieur gauche de l’image dessinée

Voir aussi

Graphics::DrawImage(const SharedPtr<Image>&, PointF) method

Dessine l’image spécifiée à l’emplacement spécifié.

void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, PointF pt)
ParamètreTypeDescription
imageconst SharedPtr<Image>&L’image à dessiner
ptPointFL’emplacement du coin supérieur gauche de l’image dessinée

Voir aussi

Graphics::DrawImage(const SharedPtr<Image>&, Rectangle, float, float, float, float, GraphicsUnit) method

Dessine la région spécifiée de l’image spécifiée dans le rectangle spécifié.

void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, Rectangle destRect, float srcX, float srcY, float srcWidth, float srcHeight, GraphicsUnit srcUnit)
ParamètreTypeDescription
imageconst SharedPtr<Image>&L’image à dessiner
destRectRectangleUn rectangle où dessiner l’image
srcXfloatLa coordonnée X du coin supérieur gauche du rectangle qui spécifie la partie de l’image à dessiner
srcYfloatLa coordonnée Y du coin supérieur gauche du rectangle qui spécifie la partie de l’image à dessiner
srcWidthfloatLa largeur du coin supérieur gauche du rectangle qui spécifie la partie de l’image à dessiner
srcHeightfloatLa hauteur du coin supérieur gauche du rectangle qui spécifie la partie de l’image à dessiner
unitéSrcGraphicsUnitLes unités de mesure dans lesquelles les paramètres srcX, srcY, srcWidth et srcHeight sont spécifiés

Voir aussi

Graphics::DrawImage(const SharedPtr<Image>&, Rectangle, float, float, float, float, GraphicsUnit, const Imaging::ImageAttributesPtr&) method

Dessine la région spécifiée de l’image spécifiée dans le rectangle spécifié.

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)
ParamètreTypeDescription
imageconst SharedPtr<Image>&L’image à dessiner
destRectRectangleUn rectangle où dessiner l’image
srcXfloatLa coordonnée X du coin supérieur gauche du rectangle qui spécifie la partie de l’image à dessiner
srcYfloatLa coordonnée Y du coin supérieur gauche du rectangle qui spécifie la partie de l’image à dessiner
srcWidthfloatLa largeur du coin supérieur gauche du rectangle qui spécifie la partie de l’image à dessiner
srcHeightfloatLa hauteur du coin supérieur gauche du rectangle qui spécifie la partie de l’image à dessiner
unitéSrcGraphicsUnitLes unités de mesure dans lesquelles les paramètres srcX, srcY, srcWidth et srcHeight sont spécifiés
attrImgconst Imaging::ImageAttributesPtr&Spécifie les informations de coloration et de gamma pour l’image

Voir aussi

Graphics::DrawImage(const SharedPtr<Image>&, Rectangle, float, float, float, float, GraphicsUnit, const Imaging::ImageAttributesPtr&, Graphics::DrawImageAbort) method

NON IMPLEMENTÉ.

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)

Voir aussi

Graphics::DrawImage(const SharedPtr<Image>&, Rectangle, float, float, float, float, GraphicsUnit, const Imaging::ImageAttributesPtr&, Graphics::DrawImageAbort, IntPtr) method

NON IMPLEMENTÉ.

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)

Voir aussi

Graphics::DrawImage(const SharedPtr<Image>&, Rectangle, int, int, int, int, GraphicsUnit) method

Dessine la région spécifiée de l’image spécifiée dans le rectangle spécifié.

void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, Rectangle destRect, int srcX, int srcY, int srcWidth, int srcHeight, GraphicsUnit srcUnit)
ParamètreTypeDescription
imageconst SharedPtr<Image>&L’image à dessiner
destRectRectangleUn rectangle où dessiner l’image
srcXintLa coordonnée X du coin supérieur gauche du rectangle qui spécifie la partie de l’image à dessiner
srcYintLa coordonnée Y du coin supérieur gauche du rectangle qui spécifie la partie de l’image à dessiner
srcWidthintLa largeur du coin supérieur gauche du rectangle qui spécifie la partie de l’image à dessiner
srcHeightintLa hauteur du coin supérieur gauche du rectangle qui spécifie la partie de l’image à dessiner
unitéSrcGraphicsUnitLes unités de mesure dans lesquelles les paramètres srcX, srcY, srcWidth et srcHeight sont spécifiés

Voir aussi

Graphics::DrawImage(const SharedPtr<Image>&, Rectangle, int, int, int, int, GraphicsUnit, const Imaging::ImageAttributesPtr&) method

Dessine la région spécifiée de l’image spécifiée dans le rectangle spécifié.

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)
ParamètreTypeDescription
imageconst SharedPtr<Image>&L’image à dessiner
destRectRectangleUn rectangle où dessiner l’image
srcXintLa coordonnée X du coin supérieur gauche du rectangle qui spécifie la partie de l’image à dessiner
srcYintLa coordonnée Y du coin supérieur gauche du rectangle qui spécifie la partie de l’image à dessiner
srcWidthintLa largeur du coin supérieur gauche du rectangle qui spécifie la partie de l’image à dessiner
srcHeightintLa hauteur du coin supérieur gauche du rectangle qui spécifie la partie de l’image à dessiner
unitéSrcGraphicsUnitLes unités de mesure dans lesquelles les paramètres srcX, srcY, srcWidth et srcHeight sont spécifiés
attrImgconst Imaging::ImageAttributesPtr&Spécifie les informations de coloration et de gamma pour l’image

Voir aussi

Graphics::DrawImage(const SharedPtr<Image>&, Rectangle, int, int, int, int, GraphicsUnit, const Imaging::ImageAttributesPtr&, Graphics::DrawImageAbort) method

NON IMPLEMENTÉ.

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)

Voir aussi

Graphics::DrawImage(const SharedPtr<Image>&, Rectangle, int, int, int, int, GraphicsUnit, const Imaging::ImageAttributesPtr&, Graphics::DrawImageAbort, IntPtr) method

NON IMPLEMENTÉ.

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)

Voir aussi

Graphics::DrawImage(const SharedPtr<Image>&, Rectangle, Rectangle, GraphicsUnit) method

Dessine la région spécifiée de l’image spécifiée à l’emplacement spécifié.

void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, Rectangle destRect, Rectangle srcRect, GraphicsUnit srcUnit)
ParamètreTypeDescription
imageconst SharedPtr<Image>&L’image à dessiner
destRectRectangleUn rectangle où dessiner l’image
rectSrcRectangleUn rectangle qui définit la région de l’image spécifiée à dessiner
unitéSrcGraphicsUnitLes unités de mesure utilisées par le paramètre srcRect

Voir aussi

Graphics::DrawImage(const SharedPtr<Image>&, RectangleF, RectangleF, GraphicsUnit) method

Dessine la région spécifiée de l’image spécifiée à l’emplacement spécifié.

void System::Drawing::Graphics::DrawImage(const SharedPtr<Image> &image, RectangleF destRect, RectangleF srcRect, GraphicsUnit srcUnit)
ParamètreTypeDescription
imageconst SharedPtr<Image>&L’image à dessiner
destRectRectangleFUn rectangle où dessiner l’image
rectSrcRectangleFUn rectangle qui définit la région de l’image spécifiée à dessiner
unitéSrcGraphicsUnitLes unités de mesure utilisées par le paramètre srcRect

Voir aussi