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

    Show / Hide Table of Contents

    DrawPoint Method

    DrawPoint(Pen, Double, Double)

    Draws point with the specified color.

    Declaration
    public void DrawPoint(Pen pen, double x, double y)
    Parameters
    Type Name Description
    Pen pen

    Color of the point.

    System.Double x

    X-coordinate of the point.

    System.Double y

    Y-coordinate of the point.

    Exceptions
    Type Condition
    System.ArgumentNullException

    if pen is null.

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