[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Chart.Graphics.Point3d

Point3d Class

Represents a point in 3D geometrical space.

Inheritance
Point3d
Namespace: GrapeCity.ActiveReports.Chart.Graphics
Assembly: MESCIUS.ActiveReports.Chart.dll
Syntax
[TypeConverter(typeof(Point3d.Converter))]
public sealed class Point3d : Item, IGraphItem, ICloneable, IGraphXmlSerializable

Constructors

Name Description
Point3d()

Initializes new instance of the Point3d class.

Point3d(float, float, float)

Initializes new instance of the Point3d class.

Point3d(string)

For internal use only.

Point3d(string, GraphXmlSerializationContext)

For internal use only.

Properties

Name Description
IsDirty

Overridden

Item.IsDirty
. Specifies whether object should be redrawn.
X

Gets or sets point's x coordinate

Y

Gets or sets point's y coordinate

Z

Gets or sets point's z coordinate

Methods

Name Description
Clone()

Overridden

Item.Clone
.
Equals(object)

Compare the Point3d object to another System.Object and check if the two are equal.

GetHashCode()

It functions as a hash function for a particular type. It is suitable for use in data structures such as hash algorithm and hash table.

ToString()

Converts the value of the current instance to string representation.