ImageEn, unit ievision

TIEVisionPropertyTree.putRect

TIEVisionPropertyTree.putRect


Declaration

procedure putRect(keypath: PAnsiChar; const rect: TIEVisionRect); safecall;


Description

Add a rectangle (TIEVisionRect) to the property tree, using the specified key path.
A key path is a list of words separated by periods (ie: "image.ROI").

Parameter Description
keypath Path of the key to put
value Value to put


Example

propertytree.putRect('image.ROI', IEVisionRect(10, 10, 200, 200));