structs for geometric primitives and related helper classes.

Classes

  ClassDescription
Public classInsetsDConverter
A TypeConverter that can convert to and from String for the InsetsD struct.
Public classPointDConverter
A TypeConverter that can convert to and from String for the PointD struct.
Public classRectDConverter
A TypeConverter that can convert to and from String for the RectD struct.
Public classSizeDConverter
A TypeConverter for the SizeD struct.

Structures

  StructureDescription
Public structureInsetsD
A struct that models the thickness of insets as double precision floating point values.
Public structurePointD
A struct that models a point in 2-d cartesian coordinate space with double coordinates.
Public structureRectD
A struct that models a rectangle in 2-d cartesian coordinate space with double coordinates.
Public structureSizeD
A struct implementation that holds two Doubles for Width and Height to describe a size in two dimensional space.