Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Picture Class / Tiling Property

In This Topic
    Tiling Property (Picture)
    In This Topic
    If true, texture coordinates are adjusted so that a big image can be decomposed in smaller images with one pixel overlapping.
    Syntax
    'Declaration
     
    Public Property Tiling As Boolean
    public bool Tiling {get; set;}
    See Also