PdfRectangleSegment Class

Docotic.Pdf library help > BitMiracle.Docotic.Pdf > PdfRectangleSegment Class
Rectangular segment.

Inheritance Hierarchy

System.Object
  BitMiracle.Docotic.Pdf.PdfPathSegment
    BitMiracle.Docotic.Pdf.PdfRectangleSegment

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public sealed class PdfRectangleSegment : PdfPathSegment
VB
Public NotInheritable Class PdfRectangleSegment
	Inherits PdfPathSegment

The PdfRectangleSegment type exposes the following members.

Properties

  NameDescription
Public propertyBounds
Bounds of this PdfRectangleSegment.
Public propertyType
Gets the type of this PdfPathSegment.
(Inherited from PdfPathSegment.)

Methods

  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)

See Also