Table of Contents

Method DrawDebugPoints

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

DrawDebugPoints(RectD, Pen?)

Draws debug points on the corners of the specified rectangle.

[Conditional("DEBUG")]
public virtual void DrawDebugPoints(RectD rect, Pen? pen = null)

Parameters

rect RectD
pen Pen

Color of the debug points. if null, red color is used.