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
| Improve this Doc View SourceDrawingOptions()
Initializes a new instance of the DrawingOptions class.
Declaration
public DrawingOptions()
Properties
| Improve this Doc 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 |
TextOptions
Gets or sets the Text Options.
Declaration
public TextOptions TextOptions { get; set; }
Property Value
Type | Description |
---|---|
TextOptions |
Transform
Gets or sets the Transform to apply during rasterization.
Declaration
public Matrix3x2 Transform { get; set; }
Property Value
Type | Description |
---|---|
Matrix3x2 |