Class GridItemHandler
Inheritance
System.Object
GridItemHandler
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()
Assembly: Aurigma.DesignAtoms.dll
Syntax
public class GridItemHandler : BaseRectangleItemHandler, ICloneable, IDisposable
Constructors
GridItemHandler(IConfiguration, IFileCache, IColorManagement, ILogger, IGmColorConverter, GridItem)
Declaration
public GridItemHandler(IConfiguration configuration, IFileCache fileCache, IColorManagement colorManagement, ILogger logger, IGmColorConverter gmColorConverter, GridItem item)
Parameters
Properties
Bounds
Declaration
public override RectangleF Bounds { get; }
Property Value
| Type |
Description |
| System.Drawing.RectangleF |
|
Overrides
Cols
Declaration
public int Cols { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
FixedLineWidth
Declaration
public bool FixedLineWidth { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Item
Declaration
public GridItem Item { get; }
Property Value
LineWidth
Declaration
public float LineWidth { get; set; }
Property Value
| Type |
Description |
| System.Single |
|
Locked
Declaration
public override bool Locked { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Overrides
Rows
Declaration
public int Rows { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
StepX
Declaration
public float StepX { get; set; }
Property Value
| Type |
Description |
| System.Single |
|
StepY
Declaration
public float StepY { get; set; }
Property Value
| Type |
Description |
| System.Single |
|
Methods
GetHorizontalLineColor(IColorProfilesProvider)
Declaration
public Color GetHorizontalLineColor(IColorProfilesProvider profilesProvider)
Parameters
Returns
| Type |
Description |
| Aurigma.GraphicsMill.Color |
|
GetItemHandlerData()
Declaration
public override ItemHandlerData GetItemHandlerData()
Returns
Overrides
GetItemHandlerDataType()
Declaration
public override string GetItemHandlerDataType()
Returns
| Type |
Description |
| System.String |
|
Overrides
GetPath()
Declaration
protected override Path GetPath()
Returns
| Type |
Description |
| Aurigma.GraphicsMill.AdvancedDrawing.Path |
|
Overrides
GetVerticalLineColor(IColorProfilesProvider)
Declaration
public Color GetVerticalLineColor(IColorProfilesProvider profilesProvider)
Parameters
Returns
| Type |
Description |
| Aurigma.GraphicsMill.Color |
|
Implements
System.ICloneable
System.IDisposable