TrackLayerCollectionDrawRectangle Method
Draw the rectangle described by the provided layout item.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
private FPoint DrawRectangle(
OperationLayoutItem layoutItem,
TrackLayerItem track,
FPoint location
)
Private Function DrawRectangle (
layoutItem As OperationLayoutItem,
track As TrackLayerItem,
location As FPoint
) As FPoint
No code example is currently available or this language may not be supported.
- layoutItem OperationLayoutItem
-
Reference to the layout item to draw.
- track TrackLayerItem
-
Reference to the track layer to which new segments will be stored.
- location FPoint
-
Reference to the starting location of the tool prior to drilling
the first hole.
FPoint
Reference to the updated last known location.