You are here: Start » DataCode Class

DataCode Class

Namespace:AvlNet
Assembly:Avl.Net.TS.dll

Constructors

 ConstructorDescription
DataCode(Path)
DataCode(Path, Polarity, String, Int32, Int32, Single, Single, Point2D, IList<Point2D>, IList<Point2D>)
DataCode(DataCode)
DataCode()

Properties

 NameTypeDescription
CenterAvlNet.Point2D
ColumnCountSystem.Int32
CornersSystem.Collections.Generic.IReadOnlyList<AvlNet.Point2D>
GridSystem.Collections.Generic.IReadOnlyList<AvlNet.Point2D>
IsDisposedSystem.Boolean
MaxModuleSizeSystem.Single
MinModuleSizeSystem.Single
OutlineAvlNet.Path
PolarityAvlNet.Polarity
RowCountSystem.Int32
TextSystem.String

Methods

 NameDescription
Dispose()Disposes underlying unmanaged resources. See MSDN documentation for IDisposable interface for more info.
Equals(AvlNet.DataCode)
Equals(object)Inherited from System.Object
Equals(AvlNet.DataCode, AvlNet.DataCode)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
Reset(AvlNet.DataCode)
ToString()Inherited from System.Object

See also