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.Double
x
|
System.Double
y
|
Properties
X
Declaration
public double X { get; set; }
Property Value
System.Double
|
Y
Declaration
public double Y { get; set; }
Property Value
System.Double
|
Methods
Equals(Object)
Declaration
public override bool Equals(object obj)
Parameters
System.Object
obj
|
Returns
System.Boolean
|
Overrides
System.ValueType.Equals(System.Object)
Equals(ProjectedLocation)
Declaration
public bool Equals(ProjectedLocation tf)
Parameters
ProjectedLocation
tf
|
Returns
System.Boolean
|
GetHashCode()
Declaration
public override int GetHashCode()
Returns
System.Int32
|
Overrides
System.ValueType.GetHashCode()