| calculateConstraintForBottomLocation (CollectSnapResultsEventArgs, Rect, Point, number, number) | in
ReshapeRectangleContext | Calculates a constraint for pointer locations so that the bottom side of the rectangle ends up at the snapLocation . |
| calculateConstraintForHeight (CollectSnapResultsEventArgs, Rect, Point, number, number) | in
ReshapeRectangleContext | Calculates a constraint for pointer locations so that the node height ends up to be height . |
| calculateConstraintForLeftLocation (CollectSnapResultsEventArgs, Rect, Point, number, number) | in
ReshapeRectangleContext | Calculates a constraint for pointer locations so that the left side of the rectangle ends up at the snapLocation . |
| calculateConstraintForRightLocation (CollectSnapResultsEventArgs, Rect, Point, number, number) | in
ReshapeRectangleContext | Calculates a constraint for pointer locations so that the right side of the rectangle ends up at the snapLocation . |
| calculateConstraintForTopLocation (CollectSnapResultsEventArgs, Rect, Point, number, number) | in
ReshapeRectangleContext | Calculates a constraint for pointer locations so that the top side of the rectangle ends up at the snapLocation . |
| calculateConstraintForWidth (CollectSnapResultsEventArgs, Rect, Point, number, number) | in
ReshapeRectangleContext | Calculates a constraint for pointer locations so that the node width ends up being width . |
| createCircleConstraint (Point, Point, number, Point, number, number?, number?) | in
SnapConstraint | Creates a constraint describing the points on a circle defined by the given center and radius . |
| createLineConstraint (Point, Point, number, Point) | in
SnapConstraint | Creates a constraint describing an affine line defined by the given location and direction . |
| createPointConstraint (Point) | in
SnapConstraint | Creates a constraint describing the single valid given location . |
| tryMerge (SnapConstraint) | in
SnapConstraint | Tries to merge the current with the given constraint . |