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.13.0+e97f8445d0c3be91ace3fcedd60e635df5a107da
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