| 程序包 | 说明 |
|---|---|
| com.ruiyun.jvppeteer.api.core | |
| com.ruiyun.jvppeteer.cdp.entities |
| 限定符和类型 | 方法和说明 |
|---|---|
BoundingBox |
ElementHandle.boundingBox()
此方法返回元素的边界框(相对于主框架),如果元素是 不是布局的一部分,则返回 null(例如:display: none).
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
ScreenshotClip |
| 限定符和类型 | 方法和说明 |
|---|---|
BoundingBox |
BoundingBox.copy(double x,
double y,
double width,
double height) |
BoundingBox |
ScreenRecorderOptions.getCrop() |
BoundingBox |
ScreencastOptions.getCrop() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ScreenRecorderOptions.setCrop(BoundingBox crop) |
void |
ScreencastOptions.setCrop(BoundingBox crop) |
| 构造器和说明 |
|---|
ScreenRecorderOptions(Double speed,
BoundingBox crop,
String path,
ScreenCastFormat format,
Double scale,
String ffmpegPath,
Integer fps,
Integer loop,
Long delay,
Integer quality,
Integer colors) |
Copyright © 2020–2025. All rights reserved.