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

    Show / Hide Table of Contents

    DrawCircle Method

    DrawCircle(Pen, Point, Double)

    Draws an circle specified by a center Point and a radius.

    Declaration
    public void DrawCircle(Pen pen, Point center, double radius)
    Parameters
    Type Name Description
    Pen pen

    Pen that determines the color, width, and style of the circle.

    Point center

    Point structure that defines the center of the circle.

    System.Double radius

    Defines the radius of the circle.

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