示例#1
0
 public static void Render(int topRow, int leftColumn, GraphicsBuffer buffer)
 {
     buffer.DrawMaskedImage(topRow, leftColumn, image, Width, Height, PaletteIndex);
 }