| collectPointSnapResult (CollectSnapResultsEventArgs, IModelItem, Point) | in
OrthogonalSnapLine | Collects a valid SnapResult that snaps the movedPoint to this orthogonal line. |
| collectReshapeSnapResult (CollectSnapResultsEventArgs, ReshapeRectangleContext, IModelItem, Rect, SnapLineSnapTypes) | in
OrthogonalSnapLine | Calculates a valid SnapResult that snaps the side of a reshaped rectangle described by the snapType to this orthogonal line. |
| collectSegmentSnapResult (CollectSnapResultsEventArgs, IModelItem, number, number, number, SnapLineSnapTypes) | in
OrthogonalSnapLine | Calculates a valid SnapResult that snaps the orthogonal segment defined by the given parameters to this orthogonal line. |
| collectPointSnapResult (CollectSnapResultsEventArgs, IModelItem, Point, number) | in
SnapCircle | Collects a valid SnapResult that snaps the movedPoint to this circle. |
| createSnapResultRenderer () | in
SnapContext | Helper method used by createSnapResultsModelManager to create the IObjectRenderer<SnapResult> for the SnapResult type. |
| createSnapResultsModelManager (CanvasComponent) | in
SnapContext | Helper method that creates a CollectionModelManager<T> that can be used to present the current SnapResults in the provided CanvasComponent. |
| collectPointSnapResult (CollectSnapResultsEventArgs, IModelItem, Point, GridSnapTypes) | in
SnapGrid | Collects a valid SnapResult that snaps the movedPoint to grid points or lines of the gridInfo depending on the gridSnapTypes . |
| collectReshapedCornerSnapResult (CollectSnapResultsEventArgs, ReshapeRectangleContext, IModelItem, Rect) | in
SnapGrid | Collects a valid SnapResult that snaps the corner of the reshaped rectangle that corresponds to the reshapePosition to a grid point. |
| collectReshapedSideSnapResult (CollectSnapResultsEventArgs, ReshapeRectangleContext, IModelItem, Rect, SnapLineSnapTypes) | in
SnapGrid | Calculates a valid SnapResult that snaps the side of a reshaped rectangle described by the snapType to a grid line. |
| collectPointSnapResult (CollectSnapResultsEventArgs, IModelItem, Point) | in
SnapLine | Collects a valid SnapResult that snaps the movedPoint to this line. |
| createCircleSnapResult (SnapConstraint, number, any, IModelItem, Point, SnapCircle, IObjectRenderer<SnapResult>?) | in
SnapResult | Factory method that creates a SnapResult that snaps to a given circle. |
| createLineSnapResult (SnapConstraint, number, any, IModelItem, Point, SnapLine, IObjectRenderer<SnapResult>?) | in
SnapResult | Factory method that creates a SnapResult which represents a SnapLine to which the current moved item will potentially snap. |
| createResizeSnapResult (SnapConstraint, number, any, IModelItem?, SnapSize?, IObjectRenderer<SnapResult>?) | in
SnapResult | Factory method that creates a SnapResult which snaps to a given size through a resize operation. |
| createSnapResult (SnapConstraint, number, any?, IModelItem?, Point?, SnapReference?, IObjectRenderer<SnapResult>?) | in
SnapResult | Factory method that creates a SnapResult using the given constraint . |
| collectReshapeSnapResult (CollectSnapResultsEventArgs, ReshapeRectangleContext, IModelItem, Rect) | in
SnapSize | Calculates a valid SnapResult that snaps the width or height of a reshaped rectangle to the size. |