コード例 #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());
 }