Struct
RadRect3D

Represents a structure that defines a 3D rect in a three-dimensional space that is defined by a location and size.

Definition

Namespace:Telerik.Charting

Assembly:Telerik.Windows.Controls.Chart.dll

Syntax:

cs-api-definition
public struct RadRect3D

Inherited Members ValueType.ToString()

Constructors

RadRect3D(RadPoint3D, RadSize3D)

Initializes a new instance of the RadRect3D struct.

Declaration

cs-api-definition
public RadRect3D(RadPoint3D location, RadSize3D size)

Parameters

location

RadPoint3D

size

RadSize3D

Fields

Location

Gets or sets a RadPoint3D that represents the origin of the 3D rect.

Declaration

cs-api-definition
public RadPoint3D Location

Field Value

RadPoint3D

Size

Gets or sets the size of the 3D rect.

Declaration

cs-api-definition
public RadSize3D Size

Field Value

RadSize3D

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 !=(RadRect3D, RadRect3D)

Determines whether two RadRect3D structures are not equal.

Declaration

cs-api-definition
public static bool operator !=(RadRect3D rect1, RadRect3D rect2)

Parameters

rect1

RadRect3D

rect2

RadRect3D

Returns

bool

operator ==(RadRect3D, RadRect3D)

Determines whether two RadRect3D structures are equal.

Declaration

cs-api-definition
public static bool operator ==(RadRect3D rect1, RadRect3D rect2)

Parameters

rect1

RadRect3D

rect2

RadRect3D

Returns

bool