Skip to main content

Class DashedLineItemHandler

Namespace: Aurigma.DesignAtoms.Canvas.ItemHandlers
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class DashedLineItemHandler : LineItemHandler, ICloneable, IDisposable

Inheritance: System.Object -> Aurigma.DesignAtoms.Canvas.ItemHandlers.ItemHandler -> Aurigma.DesignAtoms.Canvas.ItemHandlers.BaseRectangleItemHandler -> Aurigma.DesignAtoms.Canvas.ItemHandlers.LineItemHandler -> DashedLineItemHandler

Implements

  • System.ICloneable
  • System.IDisposable

Inherited Members

Constructors

DashedLineItemHandler

public DashedLineItemHandler(IConfiguration configuration, IStateResourcesRepository stateResourcesRepository, IColorManagement colorManagement, IGmColorConverter gmColorConverter, DashedLineItem dashedLineItem)

Properties

Item

public DashedLineItem Item { get; }

DashWidth

public float DashWidth { get; set; }

AltDashWidth

public float AltDashWidth { get; set; }

Methods

GetAltColor

public Color GetAltColor(IColorProfilesProvider profilesProvider)
Parameters
TypeNameDescription
Aurigma.DesignAtoms.ColorManagement.IColorProfilesProviderprofilesProvider
Returns

Aurigma.GraphicsMill.Color

Was this page helpful?