Class ShapeExtractResult
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()
Namespace: Aurigma.DesignAtoms.ImageProcessing.GraphicsContainerProcessing
Assembly: Aurigma.DesignAtoms.ImageProcessing.dll
Syntax
public class ShapeExtractResult : IDisposable
Constructors
ShapeExtractResult(List<ShapeData>, Boolean)
Declaration
public ShapeExtractResult(List<ShapeData> shapeData, bool hasWarnings)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Generic.List<ShapeData> | shapeData | |
| System.Boolean | hasWarnings |
Properties
HasWarnings
Declaration
public bool HasWarnings { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
ShapeData
Declaration
public List<ShapeData> ShapeData { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<ShapeData> |
Methods
Dispose()
Declaration
public void Dispose()
Implements
System.IDisposable