A simple default implementation of a mutable size in 2D coordinate space
with double precision values.
Namespace: yWorks.Canvas.GeometryAssembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)
Syntax
| C# |
|---|
public class Size : IMutableSize, ISize, ISizeSetter |
| Visual Basic |
|---|
Public Class Size _ Implements IMutableSize, ISize, ISizeSetter |
Remarks
This implementation stores the values of the width and height in double precision floating point
members. As a convenience it implements the ICloneable
interface.
Inheritance Hierarchy
System..::..Object
yWorks.Canvas.Geometry..::..Size
yWorks.Canvas.Geometry..::..Size