Class TextRendererDC
Inheritance
System.Object
TextRendererDC
Implements
System.Drawing.IDeviceContext
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Drawing
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class TextRendererDC : 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