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.5.0+4edba55c604d55d1acd3b42825576b5d5e0943f1
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