Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / Material Class / RepeatX Property

In This Topic
    RepeatX Property (Material)
    In This Topic
    Gets or sets the texture repeat mode in the X direction.
    Syntax
    'Declaration
     
    Public Property RepeatX As Boolean
    public bool RepeatX {get; set;}
    Remarks
    If true, values outside [0,1] are mapped to the [0,1] range. If false, values less than 0 are mapped to 0 and values greater than 1 are mapped to 1.
    See Also