[]
        
(Showing Draft Content)

C1.Win.Document.Util.C1GdiGraphics.-ctor

C1GdiGraphics Constructor

C1GdiGraphics(Graphics, Factory)

Initializes a new instance of the C1GdiGraphics class.

Declaration
public C1GdiGraphics(Graphics graphics, Factory dwFactory)
Public Sub New(graphics As Graphics, dwFactory As Factory)
Parameters
Type Name Description
Graphics graphics

A System.Drawing.Graphics to be assigned.

Factory dwFactory

A C1.Util.DX.DirectWrite.Factory to be assigned.

C1GdiGraphics(Graphics)

Initializes a new instance of the C1GdiGraphics class.

Declaration
public C1GdiGraphics(Graphics graphics)
Public Sub New(graphics As Graphics)
Parameters
Type Name Description
Graphics graphics

A System.Drawing.Graphics to be assigned.