LayoutTreeSnapshotBounds Property |
Version 109.1.110
The absolute position bounding box.
Namespace:
CefSharp.DevTools.DOMSnapshot
Assembly:
CefSharp (in CefSharp.dll) Version: 109.1.110.0 (109.1.110.0)
Syntax public double[] Bounds { get; set; }
public:
property array<double>^ Bounds {
array<double>^ get ();
void set (array<double>^ value);
}
Property Value
Type:
DoubleSee Also