BufferedGraphics::Render Method (IntPtr)
.NET Framework (current version)
Writes the contents of the graphics buffer to the device context associated with the specified IntPtr handle.
Assembly: System.Drawing (in System.Drawing.dll)
This method writes the contents of the graphics buffer to the device context associated with the specified IntPtr handle.
The following code example demonstrates how to render the contents of the graphics buffer grafx to a specified device context. This code is part of a larger example provided for the BufferedGraphics class.
SecurityPermission
for access to unmanaged code. Related enumeration: UnmanagedCode.
.NET Framework
Available since 2.0
Available since 2.0
Show: