Version 118.6.80
Size
Namespace:
CefSharp.Structs
Assembly:
CefSharp (in CefSharp.dll) Version: 118.6.80.0 (118.6.80.0)
Syntax public Size(
int width,
int height
)
public:
Size(
int width,
int height
)
Parameters
- width
- Type: SystemInt32
width - height
- Type: SystemInt32
height
See Also