Reign.Video.D3D9.Texture2D.Update C# (CSharp) Method

Update() public method

public Update ( byte data ) : void
data byte
return void
        public void Update(byte[] data)
        {
            throw new NotImplementedException();
        }