Class GdiDeviceContent
A very lightweight wrapper around a Win32 device context
Inheritance
Inherited Members
Namespace: Telerik.Pdf.Gdi
Assembly: TelerikData.dll
Syntax
public class GdiDeviceContent : IDisposable
Constructors
GdiDeviceContent()
Creates a new device context that matches the desktop display surface
Declaration
public GdiDeviceContent()
Methods
Dispose()
Declaration
public virtual void Dispose()
Implements
Dispose(Boolean)
Delete the device context freeing the associated memory.
Declaration
protected virtual void Dispose(bool disposing)
Parameters
System.Boolean
disposing
|
Finalize()
Declaration
protected void Finalize()
SelectFont(GdiFont)
Selects a font into a device context (DC). The new object replaces the previous object of the same type.
Declaration
public IntPtr SelectFont(GdiFont font)
Parameters
GdiFont
font
Handle to object. |
Returns
System.IntPtr
A handle to the object being replaced. |