WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Line3D - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Line3D

    Used to draw line in 3D view.

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

    Constructors

    Line3D(UIElement, Vector3D[])

    Initializes a new instance of the Line3D class.

    Declaration
    public Line3D(UIElement element, Vector3D[] points)
    Parameters
    Type Name Description
    System.Windows.UIElement element

    The element.

    Vector3D[] points

    The points.

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