Matrix3D.ScaleAtPrepend(Vector3D, Point3D) メソッド

定義

指定した Point3D に関する指定したスケール変換を、この Matrix3D 構造体の前に付加します。

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)

パラメーター

scale
Vector3D

この Matrix3D 構造体をスケーリングする際に使用する Vector3D

center
Point3D

スケーリングする際に中心となる Point3D。

適用対象