Graphics.DrawCachedBitmap(CachedBitmap, Int32, Int32) Yöntem

Tanım

Verilen cachedBitmapöğesini çizer.

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)

Parametreler

cachedBitmap
CachedBitmap

Çizilecek CachedBitmap görüntüyü içeren.

x
Int32

Çizilen görüntünün sol üst köşesinin x koordinatı.

y
Int32

Çizilen görüntünün sol üst köşesinin y koordinatı.

Özel durumlar

cachedBitmap, null'e eşittir.

cachedBitmap cihaz durumuyla Graphics uyumlu değil.

-veya-

Nesnenin Graphics çeviri dışında bir dönüşümü uygulanmış.

Şunlara uygulanır