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.7.1+cd848a3eabf1b263af73d28a644a529edd2f1318
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