Class DXFGraphicsRendererState
Inheritance
System.Object
DXFGraphicsRendererState
Implements
FastReport.IGraphicsState
Namespace: FastReport.Utils
Assembly: FastReport.dll
Syntax
public class DXFGraphicsRendererState : object, IGraphicsState
Constructors
DXFGraphicsRendererState(Drawing2D.Matrix)
Declaration
public DXFGraphicsRendererState(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