Version 130.1.90
Size
Namespace: CefSharp.StructsAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax public Size(
int width,
int height
)
public:
Size(
int width,
int height
)
Parameters
- width Int32
- width
- height Int32
- height
See Also