documentationfor yFiles for HTML 3.0.0.3

Properties

viewportLimitingModein ViewportAnimationGets or sets the mode of the viewport limiting if considerViewportLimiter is true.

Method Return Values

from (ViewportLimitingMode)in ViewportLimitingModeConverts the given argument to an enum constant of this enum type.

Method Parameters

coerceViewportLimits (ViewportLimitingMode?)in CanvasComponentHelper method that ensures that the viewport limit as returned by the viewportLimiter is obeyed.
ensureVisible (Rect, Insets?, ViewportLimitingMode?)in CanvasComponentEnsures that the provided bounds in world coordinates are visible by adjusting the viewport accordingly.
ensureVisible (IEnumerable<Point>, Insets?, ViewportLimitingMode?)in CanvasComponentEnsures that the provided points in world coordinates are all visible by adjusting the viewport accordingly.
ViewportAnimation (CanvasComponent, Rect, TimeSpan, )in ViewportAnimationCreates a new instance of ViewportAnimation.
getCurrentBoundingPolygon (CanvasComponent, ViewportDescriptor, ViewportLimitingMode)in ViewportLimiterGets the bounding polygon that should be honored for the upcoming limiting call.
limitViewport (CanvasComponent, ViewportDescriptor, ViewportLimitingMode)in ViewportLimiterInspects the requested new viewport for the given CanvasComponent and returns a valid viewport to use.
from (ViewportLimitingMode)in ViewportLimitingModeConverts the given argument to an enum constant of this enum type.
getName (ViewportLimitingMode)in ViewportLimitingModeReturns the name of the given enum constant.