mirror of
https://github.com/Gongxh0901/kunpolibrary
synced 2025-10-09 00:25:48 +00:00
更新readme文档
This commit is contained in:
18
docs/Screen.md
Normal file
18
docs/Screen.md
Normal file
@@ -0,0 +1,18 @@
|
||||
## 屏幕
|
||||
|
||||
```typescript
|
||||
/** 屏幕宽度 */
|
||||
public static ScreenWidth: number;
|
||||
/** 屏幕高度 */
|
||||
public static ScreenHeight: number;
|
||||
/** 设计分辨率宽 */
|
||||
public static DesignWidth: number;
|
||||
/** 设计分辨率高 */
|
||||
public static DesignHeight: number;
|
||||
/** 安全区外一侧的高度 或 宽度 */
|
||||
public static SafeAreaHeight: number;
|
||||
/** 安全区的宽度 */
|
||||
public static SafeWidth: number;
|
||||
/** 安全区的高度 */
|
||||
public static SafeHeight: number;
|
||||
```
|
Reference in New Issue
Block a user