TextureMappingData(textureMappingType, Double, Double, Point3D, Point3D, Transformation) Constructor

Public Sub 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
)
This language is not supported or no code example is available.
public TextureMappingData( 
textureMappingType mappingMode
double scaleX
double scaleY
Point3D min
Point3D max
Transformation transformation 
)
This language is not supported or no code example is available.

Parameters

mappingMode
textureMappingType

scaleX
double

scaleY
double

min
Point3D

max
Point3D

transformation
Transformation

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition