Click or drag to resize
Pdftools logo

Rectangle Structure

Inheritance Hierarchy
SystemObject
  SystemValueType
    PdfTools.Toolbox.Geometry.RealRectangle

Namespace: PdfTools.Toolbox.Geometry.Real
Assembly: PdfTools.Toolbox (in PdfTools.Toolbox.dll) Version: 1.11.0+eb7160cc6b920e36fb1ea2abe5f76809067c0c55
Syntax
C#
public struct Rectangle

The Rectangle type exposes the following members.

Properties
 NameDescription
Public propertyBottom

The Bottom value.

Public propertyLeft

The Left value.

Public propertyRight

The Right value.

Public propertyTop

The Top value.

Top
See Also