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

Namespace: yWorks.Canvas.Geometry
Assembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)

Syntax

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

See Also