ItemsPresenter.GetIrregularSnapPoints 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回数字的只读集合,这些数字代表指定方向的吸附点。
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
调用方在应用请求的吸附点时使用的对齐方式。
返回
表示指定方向的对齐点的数字的只读集合,如果没有对齐点,则为空集合。