Class EllipseItemHandler
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 EllipseItemHandler : ShapeItemHandler, ICloneable, IDisposable
Constructors
EllipseItemHandler(IConfiguration, IFileCache, ILogger, EllipseItem)
Declaration
public EllipseItemHandler(IConfiguration configuration, IFileCache fileCache, ILogger ccLogger, EllipseItem item)
Parameters
Type | Name | Description |
---|---|---|
IConfiguration | configuration | |
IFileCache | fileCache | |
ILogger | ccLogger | |
EllipseItem | item |
Properties
Item
Declaration
public EllipseItem Item { get; }
Property Value
Type | Description |
---|---|
EllipseItem |
Implements
System.ICloneable
System.IDisposable