Matrix3x2.Translation 속성

정의

이 행렬의 변환 구성 요소를 가져오거나 설정합니다.

public:
 property System::Numerics::Vector2 Translation { System::Numerics::Vector2 get(); void set(System::Numerics::Vector2 value); };
public System.Numerics.Vector2 Translation { get; set; }
member this.Translation : System.Numerics.Vector2 with get, set
Public Property Translation As Vector2

속성 값

현재 인스턴스의 변환 구성 요소입니다.

적용 대상