Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / TextureMappingData Class / TextureMappingData Constructor / TextureMappingData Constructor(textureMappingType,Double,Double,Point3D,Point3D,Transformation)

In This Topic
    TextureMappingData Constructor(textureMappingType,Double,Double,Point3D,Point3D,Transformation)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal mappingMode As textureMappingType, _
       ByVal scaleX As Double, _
       ByVal scaleY As Double, _
       ByVal min As Point3D, _
       ByVal max As Point3D, _
       ByVal transformation As Transformation _
    )
    public TextureMappingData( 
       textureMappingType mappingMode,
       double scaleX,
       double scaleY,
       Point3D min,
       Point3D max,
       Transformation transformation
    )

    Parameters

    mappingMode
    scaleX
    scaleY
    min
    max
    transformation
    See Also