New to Telerik UI for WPFStart a free 30-day trial

RadSize3D

Struct

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

Definition

Namespace:Telerik.Charting

Assembly:Telerik.Windows.Controls.Chart.dll

Syntax:

C#
public struct RadSize3D

Inherited Members ValueType.ToString()

Constructors

Initializes a new instance of the RadSize3D struct.

C#
public RadSize3D(double x, double y, double z)
Parameters:xdoubleydoublezdouble

Fields

The X length.

C#
public double X

The Y length.

C#
public double Y

The Z length.

C#
public double Z

Methods

Determines whether the specified object is equal to this instance.

C#
public override bool Equals(object obj)
Parameters:objobject

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)

Returns a hash code for this instance.

C#
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

Determines whether two RadSize3D structures are not equal.

C#
public static bool operator !=(RadSize3D size1, RadSize3D size2)
Parameters:size1RadSize3Dsize2RadSize3DReturns:

bool

Determines whether two RadSize3D structures are equal.

C#
public static bool operator ==(RadSize3D size1, RadSize3D size2)
Parameters:size1RadSize3Dsize2RadSize3DReturns:

bool