IFace (Face object)
1. Definition
The Face object is of type IFace and derives from ISlideShowObject. Face can be recognized on images or in their contents. These objects contain a rectangle that borders a face.
IFace inherits from ISlideShowObject function GetRect: TRectF; end;
2. Methods
-
Returns the bounding rectangle for the face, TRectF contains Single values
function GetRect: TRectF;