Share via


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

CachedBitmap Çizilecek 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 değeridir.

cachedBitmap cihaz durumuyla Graphics uyumlu değil.

-veya-

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

Şunlara uygulanır