Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Serialization Namespace / MeshSurrogate Class / TextureCoords Property

In This Topic
    TextureCoords Property (MeshSurrogate)
    In This Topic
    Syntax
    'Declaration
     
    Public Property TextureCoords As PointF()
    public PointF[] TextureCoords {get; set;}
    See Also