Table of Contents

Method DrawSplitterBorder

Namespace
Alternet.Drawing
Assembly
Alternet.UI.dll

DrawSplitterBorder(Control, Graphics, RectD, DrawFlags)

Draws the border for sash window: this border must be such that the sash drawn by DrawSplitterSash(Control, Graphics, SizeD, double, GenericOrientation, DrawFlags) blends into it well.

public void DrawSplitterBorder(Control control, Graphics dc, RectD rect, WxControlPainterHandler.DrawFlags flags = DrawFlags.None)

Parameters

control Control

Control in which drawing will be performed.

dc Graphics

Drawing context.

rect RectD

Rectangle in which control is painted.

flags WxControlPainterHandler.DrawFlags

Drawing flags.