PivotPanel.GetIrregularSnapPoints(Orientation, SnapPointsAlignment) 方法

定义

此属性保留供内部使用,不应在代码中使用。

public:
 virtual IVectorView<float> ^ GetIrregularSnapPoints(Orientation orientation, SnapPointsAlignment alignment) = GetIrregularSnapPoints;
IVectorView<float> GetIrregularSnapPoints(Orientation const& orientation, SnapPointsAlignment const& alignment);
public IReadOnlyList<float> GetIrregularSnapPoints(Orientation orientation, SnapPointsAlignment alignment);
function getIrregularSnapPoints(orientation, alignment)
Public Function GetIrregularSnapPoints (orientation As Orientation, alignment As SnapPointsAlignment) As IReadOnlyList(Of Single)

参数

orientation
Orientation

保留。

alignment
SnapPointsAlignment

保留。

返回

保留。

实现

适用于