Point Class

Class Point.

Inheritance

Object

Point

Point<T>

Namespace: Radzen.Blazor

Assembly: Radzen.Blazor.dll

Syntax

public class Point

Constructors

Pointlink

Class Point.

Declaration
public Point()

Properties

Xlink

Gets or sets the x.

Declaration
public double X { get; set; }
Property Value
Type Description
doubleGets or sets the x.

Ylink

Gets or sets the y.

Declaration
public double Y { get; set; }
Property Value
Type Description
doubleGets or sets the y.

Methods

Renderlink

Renders this instance.

Declaration
public string Render()
Returns
Type Description
stringSystem.String.

ToCartesianlink

Converts to cartesian.

Declaration
public Point ToCartesian(double radius, double angle)
Parameters
Type Name Description
double radius The radius.
double angle The angle.
Returns
Type Description
PointPoint.
An error has occurred. This app may no longer respond until reloaded. Reload 🗙