Table of Contents

Class RepLine

Namespace
Root.ReportNet.Pdf
Assembly
ReportNet.dll
public class RepLine : RepObject
Inheritance
RepLine
Derived
Inherited Members

Constructors

RepLine(PenProp, double, double)

public RepLine(PenProp pen, double x2, double y2)

Parameters

pen PenProp
x2 double
y2 double

Properties

BBox

Gets the bounding box of the report object.

public override Rect BBox { get; }

Property Value

Rect

The bounding box as a Rect object, not nullable (struct).

Pen

public PenProp Pen { get; }

Property Value

PenProp

TransformedBBox

Gets the transformed bounding box of the report object.

public override Rect TransformedBBox { get; }

Property Value

Rect

The transformed bounding box as a Rect object, not nullable (struct).

TransformedBox

Gets the transformed box of the report object.

public override Rect TransformedBox { get; }

Property Value

Rect

The transformed box as a Rect object, not nullable (struct).