A struct implementation that holds two Doubles for Width and Height to describe a size in two dimensional space.

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

Syntax

C#
[TypeConverterAttribute(typeof(SizeDConverter))]
public struct SizeD : ISize
Visual Basic
<TypeConverterAttribute(GetType(SizeDConverter))> _
Public Structure SizeD _
	Implements ISize

Remarks

This struct implements the ISize interface so that it can be used in methods that require that interface.

See Also