Class RepRect
public class RepRect : RepObject
- Inheritance
-
RepRect
- Derived
- Inherited Members
Constructors
RepRect(BrushProp, double, double)
public RepRect(BrushProp brush, double width, double height)
Parameters
RepRect(PenProp?, BrushProp?, double, double)
public RepRect(PenProp? pen, BrushProp? brush, double width, double height)
Parameters
RepRect(PenProp, double, double)
public RepRect(PenProp pen, double width, double height)
Parameters
Properties
BBox
Gets the bounding box of the report object.
public override Rect BBox { get; }
Property Value
Brush
public BrushProp? Brush { get; }
Property Value
Pen
public PenProp? Pen { get; }