Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
|
(<'Particle, Vertex>)>)>..::..IndexBufferIndex Property
|
|
Get / Set the current position in the Index Buffer
Namespace: DPSF
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Syntax
C#
|
protected int IndexBufferIndex { get; set; }
|
Visual Basic
|
Protected Property IndexBufferIndex As Integer
Get
Set
|
Visual C++
|
protected:
property int IndexBufferIndex {
int get ();
void set (int value);
}
|
Property Value
Type: Int32
See Also
DPSF<(Of <(<'Particle, Vertex>)>)> Class
DPSF<(Of <(<'Particle, Vertex>)>)> Members
DPSF Namespace
Send comments on this topic to
|