DraggableRegion Constructor |
Version 130.1.90
Creates a new DraggableRegion
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax public DraggableRegion(
int width,
int height,
int x,
int y,
bool draggable
)
public:
DraggableRegion(
int width,
int height,
int x,
int y,
bool draggable
)
Parameters
- width Int32
- width
- height Int32
- height
- x Int32
- x coordinate
- y Int32
- y coordinate
- draggable Boolean
- is draggable?
See Also