Interface for mutable oriented rectangles in 2D coordinate space with double precision coordinates.

Namespace: yWorks.Canvas.Geometry
Assembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2

Syntax

C#
public interface IMutableOrientedRectangle : IOrientedRectangle, 
	IMutableSize, ISize, ISizeSetter
Visual Basic
Public Interface IMutableOrientedRectangle _
	Inherits IOrientedRectangle, IMutableSize, ISize, ISizeSetter

See Also