Matrix.OffsetX 属性
定义
获取此 Matrix 的 x 转换值(dx 值,或第三行、第一列中的元素)。Gets the x translation value (the dx value, or the element in the third row and first column) of this Matrix.
public:
property float OffsetX { float get(); };
public float OffsetX { get; }
member this.OffsetX : single
Public ReadOnly Property OffsetX As Single
属性值
- Single
此 Matrix 的 x 转换值。The x translation value of this Matrix.
适用于