Matrix3D.OffsetX 屬性

定義

取得或設定這個 Matrix3D 結構之第四列第一欄的值。

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

屬性值

Double

這個 Matrix3D 結構之第四列第一欄的值。

適用於