Class SvgGraphics.SvgGraphicsState
Inheritance
System.Object
SvgGraphics.SvgGraphicsState
Implements
FastReport.IGraphicsState
Namespace: FastReport
Assembly: FastReport.dll
Syntax
public class SvgGraphicsState : IGraphicsState
Constructors
SvgGraphicsState(GraphicsState)
Declaration
public SvgGraphicsState(GraphicsState state)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Drawing2D.GraphicsState | state |
Properties
State
Declaration
public GraphicsState State { get; }
Property Value
Type | Description |
---|---|
System.Drawing.Drawing2D.GraphicsState |
Implements
FastReport.IGraphicsState