A rectangular area in a 2-dimensional coordinate system.

Namespace:  TallComponents.Interaction
Assembly:  TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.20.0

Syntax

C#
public class Rectangle
Visual Basic (Declaration)
Public Class Rectangle

Remarks

The width and height of a rectangle are always greater than or equal to zero. The position of the rectangle - i.e. its origin - is always chosen so that this requirement is met. It depends on the coordinate system whether the orgin is at the "top left" of the rectangle or elsewhere.

Inheritance Hierarchy

System..::.Object
  TallComponents.Interaction..::.Rectangle

See Also