Class PolyLineObject.PolyPoint
Represent a point for polygon object
Inheritance
System.Object
PolyLineObject.PolyPoint
Namespace: FastReport
Assembly: FastReport.Base.dll
Syntax
public class PolyPoint
Constructors
PolyPoint()
Initializes a new instance of the PolyLineObject.PolyPoint class.
Declaration
public PolyPoint()
PolyPoint(Single, Single)
Initializes a new instance of the PolyLineObject.PolyPoint class with the location specified.
Declaration
public PolyPoint(float x, float y)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Single | x | X coordinate. |
| System.Single | y | Y coordinate. |
Properties
LeftCurve
Gets or sets left curve.
Declaration
public PolyLineObject.PolyPoint LeftCurve { get; set; }
Property Value
| Type | Description |
|---|---|
| PolyLineObject.PolyPoint |
RightCurve
Gets or sets right curve.
Declaration
public PolyLineObject.PolyPoint RightCurve { get; set; }
Property Value
| Type | Description |
|---|---|
| PolyLineObject.PolyPoint |
X
Gets or sets X coordinate.
Declaration
public float X { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Single |
Y
Gets or sets Y coordinate.
Declaration
public float Y { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Single |
Methods
ToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| System.String |
Overrides
System.Object.ToString()