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

In This Topic
    RepeatY Property (Material)
    In This Topic
    Gets or sets the texture repeat mode in the Y direction.
    Syntax
    'Declaration
     
    Public Property RepeatY As Boolean
    public bool RepeatY {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