|
Visual Basic Syntax FaceDetectionControl1.ClearBlackList ix = FaceDetectionControl1.DetectedRectGetX(0) iy = FaceDetectionControl1.DetectedRectGetY(0) iwidth = FaceDetectionControl1.DetectedRectGetWidth(0) iheight = FaceDetectionControl1.DetectedRectGetHeight(0) FaceDetectionControl1.Add2BlackList ix, iy, iwidth, iheight
|