ActiveReports Developer 7
Point3d Class Members
See Also  Properties  Methods 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart.Graphics Namespace : Point3d Class

Glossary Item Box

The following tables list the members exposed by Point3d.

Public Constructors

 NameDescription
Public ConstructorPoint3d ConstructorOverloaded. Initializes a new instance of the Point3d class.  
Top

Public Properties

 NameDescription
Public PropertyXGets or sets the point's x coordinate  
Public PropertyYGets or sets the point's y coordinate  
Public PropertyZGets or sets the point's z coordinate  
Top

Public Methods

 NameDescription
Public MethodCloneOverridden. Creates a clone of the Point3d object.   
Public MethodEqualsCompares the Point3d object to another System.Object to see whether they are equal.  
Public MethodGetHashCode

Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.

 
Public MethodToStringConverts the value of the current instance to its string representation.  
Top

See Also