Class
RadLineGeometry

Represents a line geometry.

Definition

Constructors

RadLineGeometry()

Initializes a new instance of the line geometry.

Declaration

cs-api-definition
public RadLineGeometry()

RadLineGeometry(Point, Point)

Initializes a new instance of the line geometry.

Declaration

cs-api-definition
public RadLineGeometry(Point startPoint, Point endPoint)

Parameters

startPoint

Point

Specifies the start point of the line geometry.

endPoint

Point

Specifies the end point of the line geometry.

Properties

EndPoint

Gets or sets the end point of the line geometry.

Declaration

cs-api-definition
public Point EndPoint { get; set; }

Property Value

Point

StartPoint

Gets or sets the start point of the line geometry.

Declaration

cs-api-definition
public Point StartPoint { get; set; }

Property Value

Point