Method DrawSplitterSash
DrawSplitterSash(Control, Graphics, SizeD, double, GenericOrientation, DrawFlags)
Draw a (vertical) splitter sash.
public void DrawSplitterSash(Control control, Graphics dc, SizeD size, double position, GenericOrientation orientation, WxControlPainterHandler.DrawFlags flags = DrawFlags.None)
Parameters
control
ControlControl in which drawing will be performed.
dc
GraphicsDrawing context.
size
SizeDSplitter sash size.
position
doubleSplitter position.
orientation
GenericOrientationDefines whether the sash should be vertical or horizontal and how the position should be interpreted
flags
WxControlPainterHandler.DrawFlagsDrawing flags.