menu

WinForms

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

    Show / Hide Table of Contents

    Class UIElement3D

    Used to plot any UIElement in 3D view.

    Inheritance
    System.Object
    Polygon3D
    UIElement3D
    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
    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)
    System.Object.ToString()
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.WPF.dll
    Syntax
    public class UIElement3D : Polygon3D

    Constructors

    UIElement3D(UIElement, Vector3D[])

    Initializes a new instance of the UIElement3D class.

    Declaration
    public UIElement3D(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 - 2025 Syncfusion Inc. All Rights Reserved