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