Size Class

Inheritance

Object

Spreadsheet.DrawingSizeDialog+Size

Namespace: Radzen.Blazor.Spreadsheet

Assembly: Radzen.Blazor.dll

Syntax

public sealed class Size

Constructors

SizeLink to this section

Declaration
public Size(double Width, double Height)
Parameters
Type Name Description
double Width
double Height

Properties

HeightLink to this section

Declaration
public double Height { get; set; }
Property Value
Type Description
double

WidthLink to this section

Declaration
public double Width { get; set; }
Property Value
Type Description
double

Methods

DeconstructLink to this section

Declaration
public void Deconstruct(Double& Width, Double& Height)
Parameters
Type Name Description
Double& Width
Double& Height

EqualsLink to this section

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
object obj
Returns
Type Description
bool

EqualsLink to this section

Declaration
public bool Equals(Spreadsheet.DrawingSizeDialog+Size other)
Parameters
Type Name Description
Spreadsheet.DrawingSizeDialog+Size other
Returns
Type Description
bool

GetHashCodeLink to this section

Declaration
public override int GetHashCode()
Returns
Type Description
int

ToStringLink to this section

Declaration
public override string ToString()
Returns
Type Description
string

Operators

operator !=Link to this section

Declaration
public static bool operator !=(Spreadsheet.DrawingSizeDialog+Size left, Spreadsheet.DrawingSizeDialog+Size right)
Parameters
Returns
Type Description
bool

operator ==Link to this section

Declaration
public static bool operator ==(Spreadsheet.DrawingSizeDialog+Size left, Spreadsheet.DrawingSizeDialog+Size right)
Parameters
Returns
Type Description
bool
An error has occurred. This app may no longer respond until reloaded. Reload 🗙