You are here: Start » FIL.NET » GoPointPlot Class
GoPointPlot Class
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.TS.dll |
Constructors
Constructor | Description | |
---|---|---|
![]() | GoPointPlot(Single, Single, Single, Single, IList<Point2D>) | |
![]() | GoPointPlot(Single, Single, Single, Single) | |
![]() | GoPointPlot(GoPointPlot) | Creates a deep copy of the passed object. |
![]() | GoPointPlot() |
Properties
Name | Type | Description | |
---|---|---|---|
![]() | Capacity | System.Int32 | |
![]() | Data | System.IntPtr | |
![]() | Empty | System.Boolean | |
![]() | IsDisposed | System.Boolean | |
![]() | Item | FilNet.Point2D | |
![]() | MaxSize | System.Int32 | |
![]() | Size | System.Int32 | |
![]() | XOffset | System.Single | |
![]() | XScale | System.Single | |
![]() | YOffset | System.Single | |
![]() | YScale | System.Single |
Methods
Name | Description | |
---|---|---|
![]() | 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) |