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