Class DiagramPointBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
DiagramPointBuilder
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.Diagrams
Assembly: Syncfusion.AspNetMvc.Diagram.dll
Syntax
public class DiagramPointBuilder : ControlBuilder
Constructors
DiagramPointBuilder()
Declaration
public DiagramPointBuilder()
DiagramPointBuilder(DiagramPoint)
Declaration
public DiagramPointBuilder(DiagramPoint model)
Parameters
| Type | Name | Description |
|---|---|---|
| DiagramPoint | model |
DiagramPointBuilder(List<DiagramPoint>)
Declaration
public DiagramPointBuilder(List<DiagramPoint> collection)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Generic.List<DiagramPoint> | collection |
Methods
Add()
Declaration
public void Add()
X(Double)
Sets the x-coordinate of a position
Declaration
public DiagramPointBuilder X(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| DiagramPointBuilder |
Y(Double)
Sets the y-coordinate of a position
Declaration
public DiagramPointBuilder Y(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| DiagramPointBuilder |