Back to Website
Show / Hide Table of Contents

Class DashedLineItem

Inheritance
System.Object
ModelComponent
BaseItem
Item
LineItem
DashedLineItem
Implements
System.ComponentModel.INotifyPropertyChanged
System.ICloneable
Inherited Members
LineItem.Width
LineItem.SourcePoint0
LineItem.SourcePoint1
LineItem.FixedWidth
LineItem.ApplyPermissionsConstrain()
LineItem.Equals(LineItem)
LineItem.SubscribeToPermissionChanged()
LineItem.UnsubscribeFromPermissionChanged()
LineItem.Color
LineItem.OverprintStroke
LineItem.LinePermissions
Item.ParentGroupItem
Item._ignorePermissionsChange
Item.ContainerName
Item.FromLayout
Item._violationSettings
Item.CanSetIsVariable()
Item.SetViolationSettings(ViolationSettings)
Item.OnPermissionsChanged(Object, EventArgs)
Item.RaiseTransformChanged()
Item.Transform_TransformChanged(Object, EventArgs)
Item.Equals(Item)
Item.GetThemeBinding(ThemeBinding)
Item.OnParentContainerChanged()
Item.Locked
Item.Class
Item.IsVariable
Item.ThemeBinding
Item.Opacity
Item.Mask
Item.Visible
Item.FrontendPermissions
Item.ManipulationPermissions
Item.VisualizationPermissions
Item.ItemPermissions
Item.ViolationSettings
Item.Transform
Item.BlendMode
Item.TextWrappingMode
Item.RenderingType
Item.IsRenderTypeIsNormal
Item.TransformChanged
Item.PermissionsChanged
BaseItem.Equals(BaseItem)
BaseItem.ShallowClone()
BaseItem.ShallowClone<TItem>(TItem)
BaseItem.ParentContainer
BaseItem.Type
ModelComponent.UserTagKey
ModelComponent.WarningTagKey
ModelComponent.Tags
ModelComponent.GenerateId()
ModelComponent.ToString()
ModelComponent.Equals(ModelComponent)
ModelComponent.GetHashCode()
ModelComponent.Clone(Boolean)
ModelComponent.Clone()
ModelComponent.OnPropertyChanged(String)
ModelComponent.Version
ModelComponent.Id
ModelComponent.Name
ModelComponent.PropertyChanged
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Aurigma.DesignAtoms.Model.Items
Assembly: Aurigma.DesignAtoms.Model.dll
Syntax
public class DashedLineItem : LineItem, ICloneable

Constructors

DashedLineItem()

Declaration
public DashedLineItem()

DashedLineItem(PointF, PointF)

Declaration
public DashedLineItem(PointF p1, PointF p2)
Parameters
Type Name Description
PointF p1
PointF p2

DashedLineItem(Single, Single, Single, Single)

Declaration
public DashedLineItem(float x1, float y1, float x2, float y2)
Parameters
Type Name Description
System.Single x1
System.Single y1
System.Single x2
System.Single y2

Fields

AltDashWidth

Declaration
public float AltDashWidth
Field Value
Type Description
System.Single

DashWidth

Declaration
public float DashWidth
Field Value
Type Description
System.Single

Properties

AltColor

Declaration
public Color AltColor { get; set; }
Property Value
Type Description
Color

Methods

Accept(ItemVisitor)

Declaration
public override Task Accept(ItemVisitor visitor)
Parameters
Type Name Description
ItemVisitor visitor
Returns
Type Description
System.Threading.Tasks.Task
Overrides
LineItem.Accept(ItemVisitor)

Accept<T>(ItemVisitor<T>)

Declaration
public override Task<T> Accept<T>(ItemVisitor<T> visitor)
Parameters
Type Name Description
ItemVisitor<T> visitor
Returns
Type Description
System.Threading.Tasks.Task<T>
Type Parameters
Name Description
T
Overrides
Aurigma.DesignAtoms.Model.Items.LineItem.Accept<T>(Aurigma.DesignAtoms.Model.ItemVisitor<T>)

DeepClone<TItem>(TItem, Boolean)

Declaration
public override TItem DeepClone<TItem>(TItem clone = null, bool keepIds = false)
    where TItem : ModelComponent
Parameters
Type Name Description
TItem clone
System.Boolean keepIds
Returns
Type Description
TItem
Type Parameters
Name Description
TItem
Overrides
Aurigma.DesignAtoms.Model.Items.LineItem.DeepClone<TItem>(TItem, System.Boolean)

Equals(DashedLineItem)

Declaration
protected bool Equals(DashedLineItem other)
Parameters
Type Name Description
DashedLineItem other
Returns
Type Description
System.Boolean

Equals(Object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
System.Object obj
Returns
Type Description
System.Boolean
Overrides
LineItem.Equals(Object)

GetAllColors()

Declaration
public override IEnumerable<Color> GetAllColors()
Returns
Type Description
System.Collections.Generic.IEnumerable<Color>
Overrides
LineItem.GetAllColors()

SetColorProfile(String, ColorSpace)

Declaration
public override void SetColorProfile(string colorProfile, ColorSpace colorSpace)
Parameters
Type Name Description
System.String colorProfile
ColorSpace colorSpace
Overrides
LineItem.SetColorProfile(String, ColorSpace)

Implements

System.ComponentModel.INotifyPropertyChanged
System.ICloneable
Was this page helpful?
Thanks for your feedback!
Back to top Copyright © 2001–2025 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback