Provides classes for defining and performing operations on objects related to two-dimensional geometry. These are needed for layout and analysis algorithms.

Classes

  ClassDescription
Public classGeomExtensions
Extension method holder class with utility conversion methods for geometry structs like PointD and RectD.
Public classInsets
An Insets object is a representation of the borders of a container.
Public classPoint2D
The Point2D class defines a point representing a location in (x, y) coordinate space.
Public classPoint2D..::..Double
The Double class defines a point specified in double precision.
Public classRectangle
A Rectangle specifies an area in a coordinate space that is enclosed by the Rectangle object's top-left point (x, y) in the coordinate space, its width, and its height.
Public classRectangle2D
The Rectangle2D class describes a rectangle defined by a location (x, y) and dimension (w x h).
Public classRectangle2D..::..Double
The Double class defines a rectangle specified in double coordinates.

Remarks

Provides classes for defining and performing operations on objects related to two-dimensional geometry. These are needed for layout and analysis algorithms.