Struct RadLine
Inherited Members
Namespace: Telerik.Charting
Assembly: Telerik.WinControls.dll
Syntax
public struct RadLine
Constructors
RadLine(Double, Double, Double, Double)
Initializes a new instance of the RadLine struct.
Declaration
public RadLine(double x1, double x2, double y1, double y2)
Parameters
System.Double
x1
The x1. |
System.Double
x2
The x2. |
System.Double
y1
The y1. |
System.Double
y2
The y2. |
RadLine(RadPoint, RadPoint)
Initializes a new instance of the RadLine struct.
Declaration
public RadLine(RadPoint point1, RadPoint point2)
Parameters
RadPoint
point1
The point1. |
RadPoint
point2
The point2. |
Fields
X1
The X-coordinate of the line start point.
Declaration
public double X1
Field Value
System.Double
|
X2
The X-coordinate of the line end point.
Declaration
public double X2
Field Value
System.Double
|
Y1
The Y-coordinate of the line start point.
Declaration
public double Y1
Field Value
System.Double
|
Y2
The Y-coordinate of the line end point.
Declaration
public double Y2
Field Value
System.Double
|
Methods
Round(RadLine)
Rounds the line's values to the closed whole number.
Declaration
public static RadLine Round(RadLine line)
Parameters
RadLine
line
|
Returns
RadLine
|