RegionOfInterest.BoundsNormalized 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
property bool BoundsNormalized { bool get(); void set(bool value); };
bool BoundsNormalized();
void BoundsNormalized(bool value);
public bool BoundsNormalized { get; set; }
var boolean = regionOfInterest.boundsNormalized;
regionOfInterest.boundsNormalized = boolean;
Public Property BoundsNormalized As Boolean
屬性值
Boolean
bool
值,指出 Bounds Rect 是以圖元為單位,還是對應至 0 到 1.0 的範圍。
備註
如需此屬性如何影響相關區域界限的資訊,請參閱 Bounds 屬性。