Class PointsArray
Represents the points array object of SVG DOM.
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)
Namespace: Syncfusion.Windows.Forms.Chart.SvgBase
Assembly: Syncfusion.Chart.Base.dll
Syntax
public class PointsArray : FloatArray
Constructors
PointsArray(PointF[])
Initializes a new instance of the PointsArray class.
Declaration
public PointsArray(PointF[] points)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.PointF[] | points | The points. |
PointsArray(Single[])
Initializes a new instance of the PointsArray class.
Declaration
public PointsArray(float[] array)
Parameters
Type | Name | Description |
---|---|---|
System.Single[] | array | The array. |
PointsArray(String)
Initializes a new instance of the PointsArray class.
Declaration
public PointsArray(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value | The value. |
Properties
Points
Gets the points.
Declaration
public PointF[] Points { get; }
Property Value
Type | Description |
---|---|
System.Drawing.PointF[] | The points. |