Method GetNodeDropMarkerBounds
- Namespace
- Alternet.FormDesigner.WinForms.Outline
- Assembly
- Alternet.FormDesigner.v10.dll
GetNodeDropMarkerBounds(OutlineTreeNodePaintData, int)
Retrieves a bounds of the node drop marker.
public 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.