다음을 통해 공유


ColorMatrix.Matrix11 속성

정의

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

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

속성 값

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

적용 대상