Class HpglFGraphicsRendererState
Inheritance
System.Object
HpglFGraphicsRendererState
Implements
FastReport.IGraphicsState
Namespace: FastReport.Utils
Assembly: FastReport.dll
Syntax
public class HpglFGraphicsRendererState : object, IGraphicsState
Constructors
HpglFGraphicsRendererState(Drawing2D.Matrix)
Declaration
public HpglFGraphicsRendererState(Drawing2D.Matrix matrix)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Drawing.Drawing2D.Matrix | matrix |
Properties
Matrix
Declaration
public Drawing2D.Matrix Matrix { get; }
Property Value
| Type | Description |
|---|---|
| System.Drawing.Drawing2D.Matrix |
Implements
FastReport.IGraphicsState