Transform3D.Transform Method

Definition

Transforms the specified object or array of objects.

Overloads

Transform(Point3D)

Transforms the specified Point3D.

Transform(Point3D[])

Transforms the specified array of Point3D objects.

Transform(Point4D)

Transforms the specified Point4D.

Transform(Point4D[])

Transforms the specified array of Point4D objects.

Transform(Vector3D)

Transforms the specified Vector3D.

Transform(Vector3D[])

Transforms the specified array of Vector3D objects.

Transform(Point3D)

Transforms the specified Point3D.

C#
public System.Windows.Media.Media3D.Point3D Transform(System.Windows.Media.Media3D.Point3D point);

Parameters

point
Point3D

Point3D to transform.

Returns

Transformed Point3D.

Applies to

.NET Framework 4.8.1 i druge verzije
Proizvod Verzije
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10

Transform(Point3D[])

Transforms the specified array of Point3D objects.

C#
public void Transform(System.Windows.Media.Media3D.Point3D[] points);

Parameters

points
Point3D[]

Array of Point3D objects to transform.

Applies to

.NET Framework 4.8.1 i druge verzije
Proizvod Verzije
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10

Transform(Point4D)

Transforms the specified Point4D.

C#
public System.Windows.Media.Media3D.Point4D Transform(System.Windows.Media.Media3D.Point4D point);

Parameters

point
Point4D

Point4D to transform.

Returns

Transformed Point4D.

Applies to

.NET Framework 4.8.1 i druge verzije
Proizvod Verzije
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10

Transform(Point4D[])

Transforms the specified array of Point4D objects.

C#
public void Transform(System.Windows.Media.Media3D.Point4D[] points);

Parameters

points
Point4D[]

Array of Point4D objects to transform.

Applies to

.NET Framework 4.8.1 i druge verzije
Proizvod Verzije
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10

Transform(Vector3D)

Transforms the specified Vector3D.

C#
public System.Windows.Media.Media3D.Vector3D Transform(System.Windows.Media.Media3D.Vector3D vector);

Parameters

vector
Vector3D

Vector3D to transform.

Returns

Transformed Vector3D.

Applies to

.NET Framework 4.8.1 i druge verzije
Proizvod Verzije
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10

Transform(Vector3D[])

Transforms the specified array of Vector3D objects.

C#
public void Transform(System.Windows.Media.Media3D.Vector3D[] vectors);

Parameters

vectors
Vector3D[]

Array of Vector3D objects to transform.

Applies to

.NET Framework 4.8.1 i druge verzije
Proizvod Verzije
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10