Rectangle Class

Apitron PDF Rasterizer help
Apitron.PDF.Rasterizer library for .NET
An object that describes rectangular area in PDF coordinate system.
Inheritance Hierarchy

SystemObject
  Apitron.PDF.RasterizerRectangle

Namespace:  Apitron.PDF.Rasterizer
Assembly:  Apitron.PDF.Rasterizer (in Apitron.PDF.Rasterizer.dll) Version: 3.0.154.0 (3.0.154.0)
Syntax

public sealed class Rectangle

The Rectangle type exposes the following members.

Constructors

  NameDescription
Public methodRectangle(Double)
Initializes a new instance of the Rectangle class.
Public methodRectangle(Double, Double, Double, Double)
Initializes a new instance of the Rectangle class.
Top
Properties

  NameDescription
Public propertyBottom
Gets the bottom position in points.
Public propertyHeight
Gets the height of the rectangle.
Public propertyLeft
Gets the left position in points.
Public propertyRight
Gets the right position in points.
Public propertyTop
Gets the top position in points.
Public propertyWidth
Gets the width of the rectangle.
Top
Methods

  NameDescription
Public methodToString
Returns a String that represents the current Object.
(Overrides ObjectToString.)
Top
See Also

Reference