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