Matrix.OffsetY 属性

定义

获取或设置此 Matrix 结构中第三行与第二列相交处的值。

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

此结构中第三行、第二列的值 Matrix 。 默认值为 0。

注解

此结构表示 Windows 运行时 (WinRT) 结构的 .net 投影 Matrix 。 有关详细信息,请参阅 UWP API 参考中的 Matrix

适用于