menu

UWP

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

    Show / Hide Table of Contents

    Class PolyLine3D

    Used to draw line in 3D view.

    Inheritance
    System.Object
    Polygon3D
    PolyLine3D
    Inherited Members
    Polygon3D.A
    Polygon3D.B
    Polygon3D.C
    Polygon3D.CalcNormal(Vector3D, Vector3D, Vector3D)
    Polygon3D.d
    Polygon3D.D
    Polygon3D.Element
    Polygon3D.Epsilon
    Polygon3D.GetPoint(Double, Double)
    Polygon3D.GetPoint(Vector3D, Vector3D)
    Polygon3D.normal
    Polygon3D.Normal
    Polygon3D.Points
    Polygon3D.Test()
    Polygon3D.Transform(Matrix3D)
    Polygon3D.VectorPoints
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.UWP.dll
    Syntax
    public class PolyLine3D : Polygon3D

    Constructors

    PolyLine3D(Path, List<Vector3D>)

    Initializes a new instance of the PolyLine3D class.

    Declaration
    public PolyLine3D(Path element, List<Vector3D> vectors)
    Parameters
    Type Name Description
    Windows.UI.Xaml.Shapes.Path element

    The Path Element.

    System.Collections.Generic.List<Vector3D> vectors

    The Vectors.

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved