Bearbeiten

Matrix3D.ScaleAtPrepend(Vector3D, Point3D) Method

Definition

Prepends the specified scale transformation about the specified Point3D to this Matrix3D structure.

public:
 void ScaleAtPrepend(System::Windows::Media::Media3D::Vector3D scale, System::Windows::Media::Media3D::Point3D center);
public void ScaleAtPrepend (System.Windows.Media.Media3D.Vector3D scale, System.Windows.Media.Media3D.Point3D center);
member this.ScaleAtPrepend : System.Windows.Media.Media3D.Vector3D * System.Windows.Media.Media3D.Point3D -> unit
Public Sub ScaleAtPrepend (scale As Vector3D, center As Point3D)

Parameters

scale
Vector3D

Vector3D by which to scale this Matrix3D structure.

center
Point3D

Point3D about which to scale.

Applies to