You are here: Start » AVL.NET » GoProfile Class

GoProfile Class

Namespace:AvlNet
Assembly:AVL.NET.TS.dll

Constructors

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

Properties

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

Methods

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

See also