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