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
。