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

NamedPolygonString.Polygon 属性

定义

多边形的点坐标。 示例:“[[0.3, 0.2],[0.9, 0.8],[0.7, 0.6]]”。 每个点表示为 [LEFT, TOP] 坐标比,范围为 0.0 到 1.0,其中 [0,0] 是左上角的框架角,[1, 1] 是右下角。

public string Polygon { get; set; }
member this.Polygon : string with get, set
Public Property Polygon As String

属性值

适用于