Graphics.DrawCachedBitmap(CachedBitmap, Int32, Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Dessine le donné cachedBitmap
.
public:
void DrawCachedBitmap(System::Drawing::Imaging::CachedBitmap ^ cachedBitmap, int x, int y);
public void DrawCachedBitmap (System.Drawing.Imaging.CachedBitmap cachedBitmap, int x, int y);
member this.DrawCachedBitmap : System.Drawing.Imaging.CachedBitmap * int * int -> unit
Public Sub DrawCachedBitmap (cachedBitmap As CachedBitmap, x As Integer, y As Integer)
Paramètres
- cachedBitmap
- CachedBitmap
CachedBitmap qui contient l’image à dessiner.
- x
- Int32
Coordonnée x de l'angle supérieur gauche de l'image dessinée.
- y
- Int32
Coordonnée y de l'angle supérieur gauche de l'image dessinée.
Exceptions
cachedBitmap
a la valeur null
.
n’est cachedBitmap
pas compatible avec l’état de l’appareil Graphics .
-ou-
Une Graphics transformation autre qu’une traduction est appliquée à l’objet.