示例#1
0
 public static STexture CopyScreen()
 {
     return(_Draw.CopyScreen());
 }
示例#2
0
文件: CDraw.cs 项目: da-ka/Vocaluxe
 /// <summary>
 ///     Gets the current screen content as a texture
 /// </summary>
 /// <returns></returns>
 public static CTextureRef CopyScreen()
 {
     return(_Draw.CopyScreen());
 }