 | OcrPixaBoxes Property |
Gets array of boxes
Namespace: Patagames.OcrAssembly: Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.6.411
Syntaxpublic Rectangle[] Boxes { get; }Public ReadOnly Property Boxes As Rectangle()
Get
public:
property array<Rectangle>^ Boxes {
array<Rectangle>^ get ();
}member Boxes : Rectangle[] with get
/** @property */
public Rectangle[] get_Boxes()
Property Value
Rectangle
See Also