ActiveReports.Chart Request technical support
Point2d Class Members
See Also  Properties  Methods  Events


The following tables list the members exposed by Point2d.

Public Constructors

 NameDescription
Public ConstructorPoint2d ConstructorOverloaded. Initializes a new instance of the Point2d class.  
Top

Public Properties

 NameDescription
Public PropertyLengthGets the vector length of the Point2d object.  
Public PropertyXGets or sets the point's x coordinate  
Public PropertyYGets or sets the point's y coordinate  
Top

Public Methods

 NameDescription
Public MethodCloneOverridden. Creates a clone of the Point2d object.   
Public MethodEqualsOverridden. Compares the Point2d object to another System.Object to see whether they are equal.  
Public MethodGetHashCodeOverridden. Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.  
Public MethodInternalGetParentsFor internal use only. (Inherited from DataDynamics.ActiveReports.Chart.Item)
Public MethodToStringOverridden. Converts the value of the current instance to its string representation.  
Top

Public Events

 NameDescription
Public EventChangeFor internal use only. (Inherited from DataDynamics.ActiveReports.Chart.Item)
Top

See Also