Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NTextureFill Class
Members


In This Topic
    NTextureFill Class
    In This Topic
    An abstract base class for fill types that use a texture: image fill, hatch fill and advanced gradient fill.
    Object Model
    NTextureFill Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class NTextureFill 
       Inherits NFill
       Implements Nevron.Nov.Dom.INDomDeepEquals, Nevron.Nov.Dom.INDomDeeplyCloneable, Nevron.Nov.INDeeplyCloneable 
    'Usage
     
    
    Dim instance As NTextureFill
    Remarks
    This class is not intended for direct usage. You should use fill types deriving from it like NImageFill, NHatchFill and NAdvancedGradientFill.
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.Dom.NNode
          Nevron.Nov.Dom.NDocumentNode
             Nevron.Nov.Dom.NAttribute
                Nevron.Nov.Graphics.NFill
                   Nevron.Nov.Graphics.NTextureFill
                      Nevron.Nov.Graphics.NAdvancedGradientFill
                      Nevron.Nov.Graphics.NGradientFill
                      Nevron.Nov.Graphics.NHatchFill
                      Nevron.Nov.Graphics.NImageFill

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also