Question
How to inflate block in the FlexiLayout Studio?
Answer
It is possible to inflate the region of the element within the block. To do so, use Expression in the block properties:
The full path of the element could be found in the properties of the element:
Expression sample:
Rect outputRect;
outputRect = SearchElements.Invnum.Rect;
outputRect.Inflate(10dt, 10dt);
OutputRegion = outputRect;
Results:
Comments
0 comments
Please sign in to leave a comment.