Microsoft DirectX 9.0 SDK Update (October 2004)

VertexTextureCoordinate.Size4 Method

Language:

Note: This documentation is preliminary and is subject to change.

Constructs bit patterns that are used to identify texture coordinate size-4 formats within a flexible vertex format description.

Definition

Visual Basic .NET Public Shared Function Size4( _
    ByVal coordIndex As Integer _
) As VertexFormats
C# public static VertexFormats Size4(
    int coordIndex
);
Managed C++ public: static VertexFormats Size4(
    int coordIndex
);
JScript .NET public static function Size4(
    coordIndex : int
) : VertexFormats;

Parameters

coordIndex System.Int32. Value that identifies the texture coordinate set to which the texture coordinate size (1-, 2-, 3-, or 4-dimensional) applies.

Return Value

Microsoft.DirectX.Direct3D.VertexFormats . One or more VertexFormats flags that indicate the texture coordinate.


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center