Version 130.1.90
Constructor
Namespace: CefSharp.StructsAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax public DomRect(
double x,
double y,
double width,
double height
)
public:
DomRect(
double x,
double y,
double width,
double height
)
Parameters
- x Double
- x
- y Double
- y
- width Double
- width
- height Double
- height
See Also