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

Namespace: yWorks.Canvas.Geometry
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

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

See Also