Graphics.DrawCachedBitmap(CachedBitmap, Int32, Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
繪製指定的 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 座標。
例外狀況
cachedBitmap
為 null
。