| areaContains (IPoint, number?) | in
GeneralPath | Checks whether the point lies inside the area that is described by this path instance. |
| areaOrPathContains (IPoint, number) | in
GeneralPath | Checks whether the point lies inside the area described by this path instance. |
| cubicTo (IPoint, IPoint, IPoint) | in
GeneralPath | Appends a cubic Bézier curve to the path elements. |
| findLineIntersection (IPoint, IPoint, number?) | in
GeneralPath | Finds an intersection point between a line and this GeneralPath. |
| findRayIntersection (IPoint, IPoint, number?) | in
GeneralPath | Finds the first intersection of a ray with this GeneralPath using a given epsilon for flattening Bézier curves contained in the path. |
| getProjection (IPoint, number) | in
GeneralPath | Gets the projection of point onto the segment segmentIndex . |
| lineTo (IPoint) | in
GeneralPath | Appends a LINE_TO operation to the path elements. |
| moveTo (IPoint) | in
GeneralPath | Appends a MOVE_TO operation to the path elements. |
| pathContains (IPoint, number) | in
GeneralPath | Tests whether the line of the path is hit at the given point using an epsilon for fuzzy hit testing. |
| quadTo (IPoint, IPoint) | in
GeneralPath | Appends a quadratic Bézier curve to the path elements. |
| setLocation (IPoint) | in
IMutablePoint | Sets the x and y values of this instance to the given values. |
| add (IPoint) | in
IMutableRectangle | Adds a point to a rectangle, possibly enlarging the rectangle. |
| setLocation (IPoint) | in
IMutableRectangle | Applies a new position to a given mutable rectangle. |
| setShape (IPoint, ISize) | in
IMutableRectangle | Applies a new position and size to a given mutable rectangle. |
| contains (IPoint, number) | in
IOrientedRectangle | Determines whether the given oriented rectangle contains the provided point, using an epsilon value. |
| distanceTo (IPoint) | in
IPoint | Calculates the Euclidean distance between two points. |
| contains (IPoint, number?) | in
IRectangle | Determines whether the given rectangle contains the provided point. |
| MutablePoint (IPoint) | in
MutablePoint | Creates an instance using the given coordinate pair. |
| setCenter (IPoint) | in
OrientedRectangle | Sets the anchor of this oriented rectangle so that the center of the rectangle coincides with the given point. |
| setUpVector (IPoint) | in
OrientedRectangle | Sets the up vector to the given value. |
| distance (IPoint, IPoint) | in
Point | Returns the Euclidean distance between two points. |
| hitsPolyline (IEnumerable<IPoint>, number) | in
Point | Determines whether a polygonal line is hit by this point given an epsilon. |
| fromCenter (IPoint, ISize) | in
Rect | Creates a new instance given the center of the rectangle and its size. |
| intersectsPolyline (IEnumerable<IPoint>) | in
Rect | Determines whether this rectangle intersects the polygonal line defined by the given points. |
| createAnchored (IPoint, number?) | in
FreeLabelModel | Creates a new label at the given dynamic location using the provided angle. |
| SimpleBend (IEdge?, IPoint?, ) | in
SimpleBend | Initializes a new instance of the SimpleBend class using the given owner and location. |
| startEdgeCreation (INode, IPoint?) | in
CreateEdgeInputMode | Synthetically starts the interactive edge creation process using the provided INode as the start node. |
| startEdgeCreation (IPort, IPoint?) | in
CreateEdgeInputMode | Synthetically starts the interactive edge creation process using the provided IPort as the start port. |
| startEdgeCreation (IPortCandidate, IPoint?) | in
CreateEdgeInputMode | Synthetically starts the interactive edge creation process using the provided IPortCandidate as the start port. |
| create () | in
IDragHandler | |
| create () | in
IHandle | |
| fromPoint (IPoint) | in
ILassoTestable | Creates an implementation of the ILassoTestable interface that tests if the point is contained in the lasso path. |
| create () | in
IPositionHandler | |
| determineGesture (IInputModeContext, IPoint, IStripe, StripeSubregion, Rect) | in
ReparentStripePositionHandler | Determine the reparent gesture that would result from the given parameters. |
| TextEditorInputMode (HTMLDivElement?, ) | in
TextEditorInputMode | Creates a new instance using a default text box or the provided editor. |
| AlignmentStageData () | in
AlignmentStageData | |
| GivenCoordinatesLayoutData () | in
GivenCoordinatesLayoutData | Creates a new instance of GivenCoordinatesLayoutData<TNode,TEdge,TNodeLabel,TEdgeLabel> which helps to configure GivenCoordinatesLayout. |
| moveAreaOutline (IPoint) | in
ClearAreaLayout | Moves the areaOutline by the given delta . |
| EdgeRouterEdgeDescriptor () | in
EdgeRouterEdgeDescriptor | Creates a new instance of an EdgeRouterEdgeDescriptor with the default settings. |
| createEdgeSegmentAnimation (IGraph, IEdge, IPoint, Point, Point, TimeSpan) | in
IAnimation | Creates a new IAnimation that animates the given edge 's bends from its current shape linearly to the shape given by the endBends and final port locations. |