Matrix.OffsetX 屬性

定義

取得或設定這個 Matrix 結構第三列第一行的值。

public:
 property double OffsetX { double get(); void set(double value); };
public double OffsetX { get; set; }
member this.OffsetX : double with get, set
Public Property OffsetX As Double

屬性值

這個 Matrix 結構的第三列和第一個資料行的值。 預設值為 0。

備註

此結構代表 Windows 執行階段 (WinRT) Matrix 結構的 .NET 投影。 如需詳細資訊,請參閱 UWP API 參考中的 矩陣

適用於