A simple default implementation of a mutable size in 2D coordinate space
with double precision values.
Namespace: yWorks.Canvas.GeometryAssembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)
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