Class ShapeData
Namespace: Aurigma.DesignAtoms.ImageProcessing.GraphicsContainerProcessing
Assembly: Aurigma.DesignAtoms.ImageProcessing.dll
Syntax
public class ShapeData : IDisposable
Inheritance: System.Object -> ShapeData
Implements
System.IDisposable
Inherited Members
System.Object.ToStringSystem.Object.Equals(System.Object)System.Object.Equals(System.Object,System.Object)System.Object.ReferenceEquals(System.Object,System.Object)System.Object.GetHashCodeSystem.Object.GetTypeSystem.Object.MemberwiseClone
Constructors
ShapeData
public ShapeData(Pen pen, Brush brush, Path path = null)
Properties
Path
public Path Path { get; set; }
Pen
public Pen Pen { get; set; }
Brush
public Brush Brush { get; set; }
Methods
Clone
public ShapeData Clone()
Returns
Aurigma.DesignAtoms.ImageProcessing.GraphicsContainerProcessing.ShapeData
GetBrushColor
public Color GetBrushColor()
Returns
Aurigma.GraphicsMill.Color
CanBeMergedWith
public bool CanBeMergedWith(ShapeData shapeData)
Parameters
| Type | Name | Description |
|---|---|---|
| Aurigma.DesignAtoms.ImageProcessing.GraphicsContainerProcessing.ShapeData | shapeData |
Returns
System.Boolean
Dispose
public void Dispose()