共用方式為


OcrWord.BoundingRect 屬性

定義

TextAngle 屬性值為 0 (零) 時,從影像左上角取得可辨識字組的位置和大小。

public:
 property Rect BoundingRect { Rect get(); };
Rect BoundingRect();
public Rect BoundingRect { get; }
var rect = ocrWord.boundingRect;
Public ReadOnly Property BoundingRect As Rect

屬性值

當 TextAngle屬性的值為 0 (零) 時,影像左上角的辨識字的位置和大小會以圖元為單位。

備註

TextAngle 屬性的值不是 Null 時,會從旋轉的影像計算 BoundingBox 的 Left 和 Top 屬性值。

適用於