Class DashedLineItemHandler
Inheritance
System.Object
DashedLineItemHandler
Implements
System.ICloneable
System.IDisposable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Aurigma.DesignAtoms.Canvas.ItemHandlers
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class DashedLineItemHandler : LineItemHandler, ICloneable, IDisposable
Constructors
DashedLineItemHandler(IConfiguration, IFileCache, IColorManagement, ILogger, IGmColorConverter, DashedLineItem)
Declaration
public DashedLineItemHandler(IConfiguration configuration, IFileCache fileCache, IColorManagement colorManagement, ILogger logger, IGmColorConverter gmColorConverter, DashedLineItem dashedLineItem)
Parameters
| Type | Name | Description |
|---|---|---|
| IConfiguration | configuration | |
| IFileCache | fileCache | |
| IColorManagement | colorManagement | |
| ILogger | logger | |
| IGmColorConverter | gmColorConverter | |
| DashedLineItem | dashedLineItem |
Properties
AltDashWidth
Declaration
public float AltDashWidth { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Single |
DashWidth
Declaration
public float DashWidth { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Single |
Item
Declaration
public DashedLineItem Item { get; }
Property Value
| Type | Description |
|---|---|
| DashedLineItem |
Methods
GetAltColor(IColorProfilesProvider)
Declaration
public Color GetAltColor(IColorProfilesProvider profilesProvider)
Parameters
| Type | Name | Description |
|---|---|---|
| IColorProfilesProvider | profilesProvider |
Returns
| Type | Description |
|---|---|
| Aurigma.GraphicsMill.Color |
Implements
System.ICloneable
System.IDisposable