共用方式為


RegionOfInterest.BoundsNormalized 屬性

定義

取得或設定值,指出 Bounds Rect 是以圖元為單位,還是對應至 0 到 1.0 的範圍。

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 屬性。

適用於