Jay
2024-11-01 03e8aca3ad6201c0d74e00d4c8d7367cdaaa54f9
提交 | 用户 | 时间
ce910c 1 package com.netsdk.lib.structure;
H 2
3
4 import com.netsdk.lib.NetSDKLib;
5 import com.sun.jna.NativeLong;
6
7 /** 
8 * @author 251823
9 * @description 区域;各边距按整长8192的比例
10 * @date 2022/07/21 15:15:27
11 */
12 public class DH_RECT_REGION extends NetSDKLib.SdkStructure {
13     public NativeLong      left;
14     public NativeLong      top;
15     public NativeLong      right;
16     public NativeLong      bottom;
17 }