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입니다.

적용 대상