Click or drag to resize

mxGeometryPoints Property

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Sets or returns the list of control points.

Namespace:  imbSCI.Graph.MXGraph.model
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public List<mxPoint> Points { get; set; }
Request Example View Source

Property Value

Type: ListmxPoint
See Also