• HOME
  • PRODUCTS
  • DEMOS
  • DOWNLOAD
  • BUY
  • BLOG
  • FORUM
  • DOCUMENTATION
  • ABOUT
Search Results for

    Show / Hide Table of Contents

    Paint Method

    Paint(IPainter, Rectangle, Int32)

    When implemented by a class, draws gutter on the specified graphic surface.

    Declaration
    void Paint(IPainter painter, Rectangle rect, int startLine)
    Parameters
    Type Name Description
    IPainter painter

    Represents IPainter surface to draw on.

    System.Drawing.Rectangle rect

    Rectangular area of gutter to draw.

    System.Int32 startLine

    The first display line to draw.

    Paint(IPainter, Rectangle)

    When implemented by a class, draws gutter on the specified graphic surface.

    Declaration
    void Paint(IPainter painter, Rectangle rect)
    Parameters
    Type Name Description
    IPainter painter

    Represents IPainter surface to draw on.

    System.Drawing.Rectangle rect

    Rectangular area of gutter to draw.

    In This Article
    Back to top Copyright AlterNET Software Download PDF