Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class Point

    Class Point.

    Inheritance
    System.Object
    Point
    Point<T>
    Namespace: Radzen.Blazor
    Assembly: Radzen.Blazor.dll
    Syntax
    public class Point : object

    Properties

    X

    Gets or sets the x.

    Declaration
    public double X { get; set; }
    Property Value
    Type Description
    System.Double

    The x.

    Y

    Gets or sets the y.

    Declaration
    public double Y { get; set; }
    Property Value
    Type Description
    System.Double

    The y.

    Methods

    Render()

    Renders this instance.

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

    System.String.

    ToCartesian(Double, Double)

    Converts to cartesian.

    Declaration
    public Point ToCartesian(double radius, double angle)
    Parameters
    Type Name Description
    System.Double radius

    The radius.

    System.Double angle

    The angle.

    Returns
    Type Description
    Point

    Point.

    Introducing Radzen Blazor Studio

    Radzen Blazor Studio is a software development environment that empowers developers to design, build and deploy Blazor applications without the traditional hurdles. Write less code and get more done.

    Learn More

    Download Now
    Download Now
    In This Article
    Back to top Radzen Blazor Components, © 2018-2025 Radzen. Source Code licensed under MIT