你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DetectedPerson.BoundingBox 属性

定义

获取在其中检测到人员的矩形边界。

public System.Drawing.Rectangle BoundingBox { get; }
member this.BoundingBox : System.Drawing.Rectangle
Public ReadOnly Property BoundingBox As Rectangle

属性值

注解

坐标以像素为单位, (0,0) 是源图像的左上角。

适用于