public virtual bool GetNextFrameTo(out Point[] destination) { destination = adapter?.GetAdapted(rawFrameBuffer); return(destination != null); }