Skip to main content

DOMRect

Assembly: ServiceStack.Blazor.dll​
View Source​
Declaration
public struct DOMRect

Properties​

X​

View Source​
Declaration
public double X { readonly get; set; }

Y​

View Source​
Declaration
public double Y { readonly get; set; }

Width​

View Source​
Declaration
public double Width { readonly get; set; }

Height​

View Source​
Declaration
public double Height { readonly get; set; }

Top​

View Source​
Declaration
public double Top { readonly get; set; }

Right​

View Source​
Declaration
public double Right { readonly get; set; }

Bottom​

View Source​
Declaration
public double Bottom { readonly get; set; }

Left​

View Source​
Declaration
public double Left { readonly get; set; }