ColorMatrix.Matrix44 속성

정의

ColorMatrix의 넷째 행과 넷째 열에 있는 요소를 가져오거나 설정합니다.

public:
 property float Matrix44 { float get(); void set(float value); };
public float Matrix44 { get; set; }
member this.Matrix44 : single with get, set
Public Property Matrix44 As Single

속성 값

ColorMatrix의 넷째 행과 넷째 열에 있는 요소입니다.

적용 대상