[]
Represents the graphics properties and methods.
public class C1GdiGraphics : C1Graphics, IDisposable, IC1DXTextLayoutOwner
Public Class C1GdiGraphics
Inherits C1Graphics
Implements IDisposable, IC1DXTextLayoutOwner
| Name | Description |
|---|---|
| C1GdiGraphics(Graphics) | Initializes a new instance of the C1GdiGraphics class. |
| C1GdiGraphics(Graphics, Factory) | Initializes a new instance of the C1GdiGraphics class. |
| Name | Description |
|---|---|
| DpiX | Gets the horizontal resolution of the context. |
| DpiY | Gets the vertical resolution of the context. |
| Graphics | Gets the System.Drawing.Graphics. |
| Transform | Replace this with actual implementation. |