Graphics.DrawCachedBitmap(CachedBitmap, Int32, Int32) メソッド

定義

指定 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)

パラメーター

cachedBitmap
CachedBitmap

CachedBitmap描画するイメージを格納している 。

x
Int32

描画イメージの左上隅の x 座標。

y
Int32

描画イメージの左上隅の y 座標。

例外

cachedBitmapnull です。

cachedBitmapは、デバイスのGraphics状態と互換性がありません。

または

オブジェクトには Graphics 、変換以外の変換が適用されています。

適用対象