You are here: Start » FIL.NET » Path Class

Path Class

Namespace:FilNet
Assembly:FIL.NET.TS.dll

Constructors

 ConstructorDescription
Path(IList<Point2D>, Boolean)
Path(Segment2D)
Path(Boolean)
Path(Path)Creates a deep copy of the passed object.
Path()

Properties

 NameTypeDescription
CapacitySystem.Int32
ClosedSystem.Boolean
DataSystem.IntPtr
EmptySystem.Boolean
IsDisposedSystem.Boolean
ItemFilNet.Point2D
MaxSizeSystem.Int32
SizeSystem.Int32

Methods

 NameDescription
AddRange(IEnumerable<FilNet.Point2D>)Appends a collection of elements
Add(FilNet.Point2D)Adds an element to the end
Clear()
Compact()
Dispose()Disposes underlying unmanaged resources. See MSDN documentation for IDisposable interface for more info.
Equals(object)Inherited from System.Object
Equals(FilNet.Path)
Equals(FilNet.Path, FilNet.Path)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
Insert(int, FilNet.Point2D)
Reserve(int)
Reset(FilNet.Path)Resets this instance with data of the other Path object.
Resize(int)
Resize(int, FilNet.Point2D)
ToArray()
ToString()Inherited from System.Object

See also