Method GetNodeDropMarkerBounds
- Namespace
- Alternet.FormDesigner.WinForms.Outline
- Assembly
- Alternet.FormDesigner.v10.dll
GetNodeDropMarkerBounds(OutlineTreeNodePaintData, int)
When implemented by a class, retrieves a bounds of the node drop marker.
Rectangle GetNodeDropMarkerBounds(OutlineTreeNodePaintData data, int treeViewWidth)Parameters
- dataOutlineTreeNodePaintData
- OutlineTreeNodePaintData related to this node. 
- treeViewWidthint
- Width of the outine tree view. 
Returns
- Rectangle
- Rectangle that bounds the node drop marker.