Пример #1
0
 public static STexture CopyScreen()
 {
     return(_Draw.CopyScreen());
 }
Пример #2
0
 /// <summary>
 ///     Gets the current screen content as a texture
 /// </summary>
 /// <returns></returns>
 public static CTextureRef CopyScreen()
 {
     return(_Draw.CopyScreen());
 }