PivotPanel.GetIrregularSnapPoints(Orientation, SnapPointsAlignment) Method

Definition

This property is reserved for internal use and is not intended to be used in your code.

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)

Parameters

orientation
Orientation

Reserved.

alignment
SnapPointsAlignment

Reserved.

Returns

Reserved.

Implements

Applies to