Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / VBOParamsTexture Class / TextureCoordinates Property

In This Topic
    TextureCoordinates Property
    In This Topic
    Gets or sets the texture coordinates (1 or 2 float per vertex).
    Syntax
    'Declaration
     
    Public Property TextureCoordinates As Single()
    public float[] TextureCoordinates {get; set;}
    See Also