Struct
RadSize3D

Represents a structure that defines a size in the three-dimensional space.

Definition

Namespace:Telerik.Charting

Assembly:Telerik.Windows.Controls.Chart.dll

Syntax:

cs-api-definition
public struct RadSize3D

Inherited Members ValueType.ToString()

Constructors

RadSize3D(double, double, double)

Initializes a new instance of the RadSize3D struct.

Declaration

cs-api-definition
public RadSize3D(double x, double y, double z)

Parameters

x

double

y

double

z

double

Fields

X

The X length.

Declaration

cs-api-definition
public double X

Field Value

double

Y

The Y length.

Declaration

cs-api-definition
public double Y

Field Value

double

Z

The Z length.

Declaration

cs-api-definition
public double Z

Field Value

double

Methods

Equals(object)

Determines whether the specified object is equal to this instance.

Declaration

cs-api-definition
public override bool Equals(object obj)

Parameters

obj

object

The object to compare with this instance.

Returns

bool

true if the specified object is equal to this instance; otherwise, false.

Overrides ValueType.Equals(object)

GetHashCode()

Returns a hash code for this instance.

Declaration

cs-api-definition
public override int GetHashCode()

Returns

int

A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.

Overrides ValueType.GetHashCode()

Operators

operator !=(RadSize3D, RadSize3D)

Determines whether two RadSize3D structures are not equal.

Declaration

cs-api-definition
public static bool operator !=(RadSize3D size1, RadSize3D size2)

Parameters

size1

RadSize3D

size2

RadSize3D

Returns

bool

operator ==(RadSize3D, RadSize3D)

Determines whether two RadSize3D structures are equal.

Declaration

cs-api-definition
public static bool operator ==(RadSize3D size1, RadSize3D size2)

Parameters

size1

RadSize3D

size2

RadSize3D

Returns

bool