VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Drawing Namespace / BrushTileMode Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    BrushTileMode Enumeration
    In This Topic
    Specifies available brush tile modes of an image or gradient brush when it is smaller than the area being filled.
    Syntax
    'Declaration
    
    Public Enum BrushTileMode
       Inherits System.Enum
    
    
    public enum BrushTileMode : System.Enum
    
    
    __value public enum BrushTileMode : public System.Enum
    
    
    public enum class BrushTileMode : public System.Enum
    
    
    Members
    MemberDescription
    NoneThe image or gradient is not tiled.
    TileTiles the gradient or image.
    FlipXReverses the texture or image horizontally and then tiles the image or gradient.
    FlipYReverses the texture or image vertically and then tiles the image or gradient.
    FlipXYReverses the texture or image horizontally and vertically and then tiles the image or gradient.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Imaging.Drawing.BrushTileMode

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also