Graphics.DrawCachedBitmap(CachedBitmap, Int32, Int32) Metoda

Definice

Vykreslí danou .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)

Parametry

cachedBitmap
CachedBitmap

Obsahuje CachedBitmap obrázek, 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.

Není cachedBitmap kompatibilní se stavem Graphics zařízení.

-nebo-

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

Platí pro