コード例 #1
0
ファイル: DataProvider.cs プロジェクト: smershik/BlindHelper
 public virtual bool GetNextFrameTo(out Point[] destination)
 {
     destination = adapter?.GetAdapted(rawFrameBuffer);
     return(destination != null);
 }