Method DrawSplitterBorder
DrawSplitterBorder(AbstractControl, Graphics, RectD, DrawFlags)
Draws the border for sash window: this border must be such that the sash drawn by DrawSplitterSash(AbstractControl, Graphics, SizeD, double, GenericOrientation, DrawFlags) blends into it well.
public void DrawSplitterBorder(AbstractControl control, Graphics dc, RectD rect, WxControlPainterHandler.DrawFlags flags = DrawFlags.None)
Parameters
controlAbstractControlControl in which drawing will be performed.
dcGraphicsDrawing context.
rectRectDRectangle in which control is painted.
flagsWxControlPainterHandler.DrawFlagsDrawing flags.