Class BoundingClientRect
public class BoundingClientRect
- Inheritance
-
BoundingClientRect
- Inherited Members
- Extension Methods
Constructors
BoundingClientRect()
public BoundingClientRect()
Properties
AbsoluteBottom
public double AbsoluteBottom { get; }
Property Value
AbsoluteLeft
public double AbsoluteLeft { get; }
Property Value
AbsoluteRight
public double AbsoluteRight { get; }
Property Value
AbsoluteTop
public double AbsoluteTop { get; }
Property Value
Bottom
public double Bottom { get; }
Property Value
Height
public double Height { get; set; }
Property Value
IsOutsideBottom
public bool IsOutsideBottom { get; }
Property Value
IsOutsideLeft
public bool IsOutsideLeft { get; }
Property Value
IsOutsideRight
public bool IsOutsideRight { get; }
Property Value
IsOutsideTop
public bool IsOutsideTop { get; }
Property Value
Left
public double Left { get; set; }
Property Value
Right
public double Right { get; }
Property Value
ScrollX
the horizontal offset since the left of the page
public double ScrollX { get; set; }
Property Value
ScrollY
the vertical offset since the top of the page
public double ScrollY { get; set; }
Property Value
Top
public double Top { get; set; }
Property Value
Width
public double Width { get; set; }
Property Value
WindowHeight
height of the viewport
public double WindowHeight { get; set; }
Property Value
WindowWidth
width of the viewport
public double WindowWidth { get; set; }
Property Value
X
public double X { get; }
Property Value
Y
public double Y { get; }
Property Value
Methods
Clone()
public BoundingClientRect Clone()