Matrix3D.ScaleAtPrepend(Vector3D, Point3D) Yöntem

Tanım

Belirtilen ile ilgili Point3D ölçek dönüşümlerini bu Matrix3D yapıya ekler.

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)

Parametreler

scale
Vector3D

Vector3D bu Matris3D yapısının ölçeklendirilmesi için.

center
Point3D

Ölçeklendirilecek nokta3B.

Şunlara uygulanır