Example #1
0
 public void Draw2DImage(Texture image, ref Position2D destPos, ref Rect rect, ref Color color, bool useAlphaChannel)
 {
     video.Draw2DImage(image, destPos, rect, color, useAlphaChannel);
 }