Method DrawSplitterSash
DrawSplitterSash(AbstractControl, Graphics, SizeD, float, GenericOrientation, DrawFlags)
Draw a (vertical) splitter sash.
public void DrawSplitterSash(AbstractControl control, Graphics dc, SizeD size, float position, GenericOrientation orientation, WxControlPainterHandler.DrawFlags flags = DrawFlags.None)
Parameters
controlAbstractControlControl in which drawing will be performed.
dcGraphicsDrawing context.
sizeSizeDSplitter sash size.
positionfloatSplitter position.
orientationGenericOrientationDefines whether the sash should be vertical or horizontal and how the position should be interpreted
flagsWxControlPainterHandler.DrawFlagsDrawing flags.