Matrix.OffsetY プロパティ

定義

この Matrix 構造体の第 3 行、第 2 列の値を取得または設定します。

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

プロパティ値

Double

この構造体の第3行、第2列の値 Matrix 。 既定値は 0 です。

注釈

この構造体は、Windows ランタイム (WinRT) 構造体の .net 射影を表し Matrix ます。 詳細については、UWP API リファレンスの「 マトリックス 」を参照してください。

適用対象