• Overview
  • How it works
  • Documentation
  • Blog
  • Forum
Search Results for

    Show / Hide Table of Contents

    DrawDebugPoints Method

    DrawDebugPoints(Rect, Pen)

    Draws debug points on the corners of the specified rectangle.

    Declaration
    [Conditional("DEBUG")]
    public void DrawDebugPoints(Rect rect, Pen pen = null)
    Parameters
    Type Name Description
    Rect rect
    Pen pen

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

    In This Article
    Back to top Documentation Licensing Info Copyright AlterNET Software