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 参考中的 矩阵

适用于