Class ShapeOptions
Options for influencing the drawing functions.
Namespace: SixLabors.ImageSharp.Drawing.Processing
Assembly: SixLabors.ImageSharp.Drawing.dll
Syntax
public class ShapeOptions : IDeepCloneable<ShapeOptions>Constructors
| Improve this Doc View SourceShapeOptions()
Initializes a new instance of the ShapeOptions class.
Declaration
public ShapeOptions()Properties
| Improve this Doc View SourceIntersectionRule
Gets or sets a value indicating whether antialiasing should be applied.
Defaults to OddEven.
Declaration
public IntersectionRule IntersectionRule { get; set; }Property Value
| Type | Description | 
|---|---|
| IntersectionRule | 
Methods
| Improve this Doc View SourceDeepClone()
Declaration
public ShapeOptions DeepClone()Returns
| Type | Description | 
|---|---|
| ShapeOptions |