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

GoPointPlot Class

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

Constructors

 ConstructorDescription
GoPointPlot(Single, Single, Single, Single, IList<Point2D>)
GoPointPlot(Single, Single, Single, Single)
GoPointPlot(GoPointPlot)Creates a deep copy of the passed object.
GoPointPlot()

Properties

 NameTypeDescription
CapacitySystem.Int32
DataSystem.IntPtr
EmptySystem.Boolean
IsDisposedSystem.Boolean
ItemFilNet.Point2D
MaxSizeSystem.Int32
SizeSystem.Int32
XOffsetSystem.Single
XScaleSystem.Single
YOffsetSystem.Single
YScaleSystem.Single

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(FilNet.GoPointPlot)
Equals(object)Inherited from System.Object
Equals(FilNet.GoPointPlot, FilNet.GoPointPlot)
GetHashCode()Inherited from System.Object
GetType()Inherited from System.Object
Insert(int, FilNet.Point2D)
Reserve(int)
Reset(FilNet.GoPointPlot)Resets this instance with data of the other GoPointPlot object.
Resize(int)
Resize(int, FilNet.Point2D)
SetXTransform(float, float)
SetYTransform(float, float)
ToArray()
ToString()Inherited from System.Object
X(int)
Y(int)

See also