Graphics.DrawCachedBitmap(CachedBitmap, Int32, Int32) Método

Definição

Desenha o determinado 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)

Parâmetros

cachedBitmap
CachedBitmap

O CachedBitmap que contém a imagem a ser desenhada.

x
Int32

A coordenada X do canto superior esquerdo da imagem desenhada.

y
Int32

A coordenada y do canto superior esquerdo da imagem desenhada.

Exceções

cachedBitmap é null.

O cachedBitmap não é compatível com o estado do Graphics dispositivo.

-ou-

O Graphics objeto tem uma transformação aplicada diferente de uma tradução.

Aplica-se a