Show / Hide Table of Contents

Class Point

Inheritance
System.Object
Point
Implements
JsonSerializable
Namespace: IgniteUI.Blazor.Controls
Assembly: IgniteUI.Blazor.dll
Syntax
public class Point : Object, JsonSerializable

Constructors

Point()

Declaration
public Point()

Point(Double, Double)

Declaration
public Point(double x, double y)
Parameters
Type Name Description
System.Double x
System.Double y

Properties

X

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

Y

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

Methods

Serialize(SerializationContext, String)

Declaration
public void Serialize(SerializationContext c, string propertyName = null)
Parameters
Type Name Description
SerializationContext c
System.String propertyName

Implements

JsonSerializable