Class Point
Inheritance
System.Object
Point
Assembly: IgniteUI.Blazor.dll
Syntax
public class Point : Object, JsonSerializable
Constructors
Point()
Declaration
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
Implements