Struct ProjectedLocation
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public struct ProjectedLocation
Constructors
ProjectedLocation(Double, Double)
Declaration
public ProjectedLocation(double x, double y)
Parameters
System.
|
System.
|
Properties
X
Declaration
public double X { get; set; }
Property Value
System.
|
Y
Declaration
public double Y { get; set; }
Property Value
System.
|
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.
|
Returns
System.
|
Overrides
System.ValueType.Equals(System.Object)
Equals(ProjectedLocation)
Declaration
public bool Equals(ProjectedLocation tf)
Parameters
Returns
System.
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.
|
Overrides
System.ValueType.GetHashCode()