documentationfor yFiles for HTML 3.0.0.3

Usages of IMutablePoint

Method Return Values

transform (IMutablePoint)in MatrixTransforms the given point in place.

Method Parameters

transform (IMutablePoint)in MatrixTransforms the given point in place.
MutableRectangle (IMutablePoint, IMutableSize)in MutableRectangleCreates a new instance using the provided implementation for the storage of the position and size of the rectangle.
OrientedRectangle (IMutablePoint, IMutableSize)in OrientedRectangleCreates a new instance using the provided values to initialize the anchor and size.
snapToGrid (IInputModeContext, T, IMutablePoint, SnapPolicy, SnapPolicy)in GridConstraintProvider
addHandle (IMutablePoint, Cursor?, HandleType?)in HandleInputModeFactory method that creates and adds a handle to this mode by wrapping a given IMutablePoint instance.
create ()in IBendGridConstraintProvider
create ()in IGridConstraintProvider
snapToGrid (IInputModeContext, T, IMutablePoint, SnapPolicy, SnapPolicy)in IGridConstraintProviderPerforms the actual snapping to grid coordinates.
create ()in ILabelGridConstraintProvider
create ()in ILabelOwnerGridConstraintProvider
create ()in INodeGridConstraintProvider
create ()in IPortGridConstraintProvider
createPathAnimation (GeneralPath, IMutablePoint, TimeSpan)in IAnimationCreates a new instance of an IAnimation that animates the given IMutablePoint along a path.

Implementing Types

MutablePointRepresents a mutable point in two-dimensional Cartesian coordinates.
RectangleHandleA more sophisticated IHandle implementation that modifies a rectangle.