Class ShapePolyLine
Represents a line shape.
Implements
Inherited Members
Namespace: FastReport.Map
Assembly: FastReport.dll
Syntax
public class ShapePolyLine : ShapePolygon, IDisposable, IFRSerializable, ICustomTypeDescriptor
Constructors
ShapePolyLine()
Initializes a new instance of the ShapePolyLine class.
Declaration
public ShapePolyLine()
Methods
Draw(FRPaintEventArgs)
Draws the shape.
Declaration
public override void Draw(FRPaintEventArgs e)
Parameters
| Type | Name | Description |
|---|---|---|
| FRPaintEventArgs | e | Object that provides a data for paint event. |
Overrides
DrawLabel(FRPaintEventArgs)
Draws the label.
Declaration
public override void DrawLabel(FRPaintEventArgs e)
Parameters
| Type | Name | Description |
|---|---|---|
| FRPaintEventArgs | e | Object that provides a data for paint event. |
Overrides
HitTest(PointF)
Checks if the shape is under cursor.
Declaration
public override bool HitTest(PointF point)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Drawing.PointF | point | The cursor coordinates. |
Returns
| Type | Description |
|---|---|
| System.Boolean | true if the cursor is over the shape. |