Class TextRendererDC
Inheritance
System.Object
TextRendererDC
Implements
System.Drawing.IDeviceContext
System.IDisposable
Namespace: Syncfusion.Drawing
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class TextRendererDC : Object, IDeviceContext, IDisposable
Constructors
TextRendererDC(Graphics)
Declaration
public TextRendererDC(Graphics g)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Drawing.Graphics | g |
Methods
Dispose()
Declaration
public void Dispose()
GetHdc()
Declaration
public IntPtr GetHdc()
Returns
| Type |
|---|
| System.IntPtr |
ReleaseHdc()
Declaration
public void ReleaseHdc()
Implements
System.Drawing.IDeviceContext
System.IDisposable