Skip to main content

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.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

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
TypeNameDescription
Aurigma.DesignAtoms.ImageProcessing.GraphicsContainerProcessing.ShapeDatashapeData
Returns

System.Boolean

Dispose

public void Dispose()
Was this page helpful?