menu

WinForms

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

    Show / Hide Table of Contents

    Class Path3DCollect

    Represents polygones polygon.

    Inheritance
    System.Object
    Plane3D
    Polygon
    Path3DCollect
    Inherited Members
    Plane3D.A
    Plane3D.B
    Plane3D.C
    Plane3D.Clone(Matrix3D)
    Plane3D.D
    Plane3D.GetPoint(Double, Double)
    Plane3D.GetPoint(Vector3D, Vector3D)
    Plane3D.Normal
    Plane3D.Test()
    Polygon.Brush
    Polygon.BrushInfo
    Polygon.ClipPolygon
    Polygon.Pen
    Polygon.RegionData
    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.Windows.Forms.Chart
    Assembly: Syncfusion.Chart.Base.dll
    Syntax
    public sealed class Path3DCollect : Polygon

    Constructors

    Path3DCollect(Path3DCollect)

    Initializes a new instance of the Path3DCollect class.

    Declaration
    public Path3DCollect(Path3DCollect p3dc)
    Parameters
    Type Name Description
    Path3DCollect p3dc

    The Path3DCollect.

    Path3DCollect(Polygon)

    Initializes a new instance of the Path3DCollect class.

    Declaration
    public Path3DCollect(Polygon paths)
    Parameters
    Type Name Description
    Polygon paths

    The polygon.

    Path3DCollect(Polygon[])

    Initializes a new instance of the Path3DCollect class.

    Declaration
    public Path3DCollect(Polygon[] paths)
    Parameters
    Type Name Description
    Polygon[] paths

    The array of polygons.

    Properties

    Points

    Gets the points of polygon.

    Declaration
    public override Vector3D[] Points { get; }
    Property Value
    Type Description
    Vector3D[]

    The points.

    Overrides
    Polygon.Points

    Methods

    Add(Polygon)

    Adds the specified polygon to the group.

    Declaration
    public int Add(Polygon polygon)
    Parameters
    Type Name Description
    Polygon polygon

    The Polygon.

    Returns
    Type Description
    System.Int32

    Returns the index of the added polygon.

    Clone()

    Clones this instance.

    Declaration
    public override Polygon Clone()
    Returns
    Type Description
    Polygon

    Returns the polygon.

    Overrides
    Polygon.Clone()

    Draw(Graphics3D)

    Draws to the specified Graphics3D.

    Declaration
    public override ChartRegion Draw(Graphics3D g3d)
    Parameters
    Type Name Description
    Graphics3D g3d

    The g3d.

    Returns
    Type Description
    ChartRegion

    Returns ChartRegion.

    Overrides
    Polygon.Draw(Graphics3D)

    RefreshPoints()

    Refreshes the points.

    Declaration
    public void RefreshPoints()

    Transform(Matrix3D)

    Transforms by the specified Matrix3D.

    Declaration
    public override void Transform(Matrix3D matrix3D)
    Parameters
    Type Name Description
    Matrix3D matrix3D

    The Matrix3D.

    Overrides
    Polygon.Transform(Matrix3D)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved