Skip to main content

Class ShapeExtractResult

Namespace: Aurigma.DesignAtoms.ImageProcessing.GraphicsContainerProcessing
Assembly: Aurigma.DesignAtoms.ImageProcessing.dll
Syntax
public class ShapeExtractResult : IDisposable

Inheritance: System.Object -> ShapeExtractResult

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

ShapeExtractResult

public ShapeExtractResult(List<ShapeData> shapeData, bool hasWarnings)

Properties

ShapeData

public List<ShapeData> ShapeData { get; set; }

HasWarnings

public bool HasWarnings { get; set; }

Methods

Dispose

public void Dispose()
Was this page helpful?