Class RepLine
public class RepLine : RepObject
- Inheritance
-
RepLine
- Derived
- Inherited Members
Constructors
RepLine(PenProp, double, double)
public RepLine(PenProp pen, double x2, double y2)
Parameters
Properties
BBox
Gets the bounding box of the report object.
public override Rect BBox { get; }
Property Value
Pen
public PenProp Pen { get; }
Property Value
TransformedBBox
Gets the transformed bounding box of the report object.
public override Rect TransformedBBox { get; }
Property Value
TransformedBox
Gets the transformed box of the report object.
public override Rect TransformedBox { get; }