Matrix.OffsetY 屬性
定義
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
屬性值
這個 Matrix 結構之第三列第二行的值。The value of the third row and second column of this Matrix structure. 預設值為 0。The default value is 0.
備註
OffsetY屬性為,因為它會指定沿著 y 軸轉譯座標空間的數量。The OffsetY property is so named because it specifies the amount to translate the coordinate space along the y-axis.
下表顯示的版面配置 Matrix 。The following table shows the layout of a Matrix.
M11 | M12 | 00 |
M21 | M22 | 00 |
OffsetX | OffsetY | 11 |