Table of Contents

Method DrawSplitterSash

Namespace
Alternet.Drawing
Assembly
Alternet.UI.dll

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 Control

Control in which drawing will be performed.

dc Graphics

Drawing context.

size SizeD

Splitter sash size.

position double

Splitter position.

orientation GenericOrientation

Defines whether the sash should be vertical or horizontal and how the position should be interpreted

flags WxControlPainterHandler.DrawFlags

Drawing flags.