Matrix3x2.Y 속성

정의

행렬의 두 번째 행을 가져오거나 설정합니다.

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

속성 값

설명

이 행은 인덱[1]스에 있습니다. .M21M22

적용 대상