Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NPaintVisitor Class / SetFill Method / SetFill(NImageSource,NTextureMapping) Method


In This Topic
    SetFill(NImageSource,NTextureMapping) Method
    In This Topic
    Sets the current fill to an image fill with the specified settings.
    Syntax
    'Declaration
     
    
    Public Overloads Sub SetFill( _
       ByVal imageSource As NImageSource, _
       ByVal textureMapping As NTextureMapping _
    ) 
    'Usage
     
    
    Dim instance As NPaintVisitor
    Dim imageSource As NImageSource
    Dim textureMapping As NTextureMapping
     
    instance.SetFill(imageSource, textureMapping)

    Parameters

    imageSource
    textureMapping
    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