Class ShapePoints
Inheritance
System.Object
ShapePoints
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.JavaScript.Web
Assembly: Syncfusion.EJ.Web.dll
Syntax
public class ShapePoints
Constructors
ShapePoints()
Declaration
public ShapePoints()
Properties
PointCollection
Declaration
public Collection PointCollection { get; }
Property Value
Type | Description |
---|---|
Collection |
X
Declaration
[JsonProperty("x")]
public float X { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
Y
Declaration
[JsonProperty("y")]
public float Y { get; set; }
Property Value
Type | Description |
---|---|
System.Single |