Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NCustomTextureMapping Class / NCustomTextureMapping Constructor / NCustomTextureMapping Constructor(Double,Double,Double,Double,Double,Double,ENTileMode)


In This Topic
    NCustomTextureMapping Constructor(Double,Double,Double,Double,Double,Double,ENTileMode)
    In This Topic
    Initializer constructor.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal m11 As System.Double, _
       ByVal m12 As System.Double, _
       ByVal m21 As System.Double, _
       ByVal m22 As System.Double, _
       ByVal dx As System.Double, _
       ByVal dy As System.Double, _
       ByVal tileMode As ENTileMode _
    )
    'Usage
     
    
    Dim m11 As System.Double
    Dim m12 As System.Double
    Dim m21 As System.Double
    Dim m22 As System.Double
    Dim dx As System.Double
    Dim dy As System.Double
    Dim tileMode As ENTileMode
     
    Dim instance As New NCustomTextureMapping(m11, m12, m21, m22, dx, dy, tileMode)
    public NCustomTextureMapping( 
       System.double m11,
       System.double m12,
       System.double m21,
       System.double m22,
       System.double dx,
       System.double dy,
       ENTileMode tileMode
    )

    Parameters

    m11
    m12
    m21
    m22
    dx
    dy
    tileMode
    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