Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Mesh Class / TextureCoords Property

In This Topic
    TextureCoords Property (Mesh)
    In This Topic
    Gets or sets mesh texture coordinates.
    Syntax
    'Declaration
     
    Public Property TextureCoords As PointF()
    public PointF[] TextureCoords {get; set;}
    See Also