Class DrawingOptions
Options for influencing the drawing functions.
Inherited Members
Namespace: SixLabors.ImageSharp.Drawing.Processing
Assembly: SixLabors.ImageSharp.Drawing.dll
Syntax
public class DrawingOptions
Constructors
| Edit this page View SourceDrawingOptions()
Initializes a new instance of the DrawingOptions class.
Declaration
public DrawingOptions()
Properties
| Edit this page View SourceGraphicsOptions
Gets or sets the Graphics Options.
Declaration
public GraphicsOptions GraphicsOptions { get; set; }
Property Value
Type | Description |
---|---|
GraphicsOptions |
ShapeOptions
Gets or sets the Shape Options.
Declaration
public ShapeOptions ShapeOptions { get; set; }
Property Value
Type | Description |
---|---|
ShapeOptions |
Transform
Gets or sets the Transform to apply during rasterization.
Declaration
public Matrix3x2 Transform { get; set; }
Property Value
Type | Description |
---|---|
Matrix3x2 |