Gets the rectangle bounding the pad.
Syntax: |
---|
FWiz.GetPadBoundingBox(padIndex) FWiz.GetPadBoundingBox(padNumber) |
Parameters
Parameter | Description |
---|---|
padIndex | Index of the pad returned by the DrawPad function. |
padNumber | A string with the pad number. |
Return Value
Returns a DlxRect object with the dimensions of the rectangle bounding the pad.
Example
Copy code | |
---|---|
|