[]
Initializes a new instance of the C1GdiGraphics class.
public C1GdiGraphics(Graphics graphics, Factory dwFactory)
Public Sub New(graphics As Graphics, dwFactory As Factory)
| Type | Name | Description |
|---|---|---|
| Graphics | graphics | A System.Drawing.Graphics to be assigned. |
| Factory | dwFactory | A C1.Util.DX.DirectWrite.Factory to be assigned. |
Initializes a new instance of the C1GdiGraphics class.
public C1GdiGraphics(Graphics graphics)
Public Sub New(graphics As Graphics)
| Type | Name | Description |
|---|---|---|
| Graphics | graphics | A System.Drawing.Graphics to be assigned. |