VncSharpWpf.Framebuffer.GetPixelArray C# (CSharp) Method

GetPixelArray() public method

public GetPixelArray ( ) : int[]
return int[]
        public int[] GetPixelArray()
        {
            return this.pixels;
        }