AGS.Editor.NativeProxy.RenderBufferToHDC C# (CSharp) Method

RenderBufferToHDC() public method

public RenderBufferToHDC ( IntPtr hDC ) : void
hDC System.IntPtr
return void
        public void RenderBufferToHDC(IntPtr hDC)
        {
            _native.RenderBufferToHDC((int)hDC);
        }