Table of Contents

Method DrawBorder

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

DrawBorder(Control?, Graphics, RectD, BorderSettings?)

Draws border in the specified rectangle of the drawing context.

public static void DrawBorder(Control? control, Graphics dc, RectD rect, BorderSettings? border)

Parameters

control Control

Control in which drawing is performed.

dc Graphics

Drawing context.

rect RectD

Rectangle.

border BorderSettings

Border settings.