Class Path3DCollect
Represents polygones polygon.
Inherited Members
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
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
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
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. |