Back to Website
Show / Hide Table of Contents

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
Was this page helpful?
Thanks for your feedback!
Back to top Copyright © 2001–2025 Aurigma, Inc. All rights reserved.
Loading...
    Thank for your vote
    Your opinion is important to us. To provide details, send feedback.
    Send feedback