menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PointsArray - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PointsArray

    Class for PointsList.

    Inheritance
    System.Object
    FloatArray
    PointsArray
    Inherited Members
    FloatArray.Array
    FloatArray.Item[Int32]
    FloatArray.m_array
    FloatArray.ToString()
    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.SVG.IO
    Assembly: Syncfusion.Diagram.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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved