[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.Direct2D.VertexRange

Struct VertexRange

Namespace
GrapeCity.Documents.DX.Direct2D
Assembly
GcDocs.DX.Windows.dll

D2D1_VERTEX_RANGE

public struct VertexRange
Inherited Members
System.ValueType.Equals(object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()

Constructors

VertexRange(int, int)

Initializes an instance of VertexRange struct.

public VertexRange(int startVertex, int vertexCount)

Parameters

startVertex int

The first vertex in the range to process.

vertexCount int

The number of vertices in the count to use.

Fields

StartVertex

unsigned int startVertex

public int StartVertex

Field Value

int

VertexCount

unsigned int vertexCount

public int VertexCount

Field Value

int