Graphics.DrawCachedBitmap(CachedBitmap, Int32, Int32) Metoda

Definice

Nakreslí danou cachedBitmapmožnost .

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)

Parametry

cachedBitmap
CachedBitmap

Obrázek CachedBitmap , který se má nakreslit.

x
Int32

Souřadnice x levého horního rohu nakresleného obrázku.

y
Int32

Souřadnice y levého horního rohu nakresleného obrázku.

Výjimky

cachedBitmap je null.

Stav cachedBitmap zařízení není kompatibilní Graphics .

nebo

Objekt Graphics má jinou transformaci než překlad.

Platí pro