Table of Contents

Class RepRect

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

Constructors

RepRect(BrushProp, double, double)

public RepRect(BrushProp brush, double width, double height)

Parameters

brush BrushProp
width double
height double

RepRect(PenProp?, BrushProp?, double, double)

public RepRect(PenProp? pen, BrushProp? brush, double width, double height)

Parameters

pen PenProp
brush BrushProp
width double
height double

RepRect(PenProp, double, double)

public RepRect(PenProp pen, double width, double height)

Parameters

pen PenProp
width double
height 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).

Brush

public BrushProp? Brush { get; }

Property Value

BrushProp

Pen

public PenProp? Pen { get; }

Property Value

PenProp