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

    Show / Hide Table of Contents

    TextToScreen Method

    TextToScreen(Point)

    Converts given text coordinates, index of line and character, to screen coordinates.

    Declaration
    public virtual Point TextToScreen(Point position)
    Parameters
    Type Name Description
    Point position

    The text coordinate Point to convert.

    Returns
    Type Description
    Point

    The Point representing screen coordinate.

    TextToScreen(Int32, Int32)

    Converts given text coordinates, index of line and character, to screen coordinates.

    Declaration
    public virtual Point TextToScreen(int x, int y)
    Parameters
    Type Name Description
    Int32 x

    Horizontal text coordinate to convert.

    Int32 y

    Vertical text coordinate to convert.

    Returns
    Type Description
    Point

    The Point representing screen coordinate.

    TextToScreen(Point, Boolean)

    Converts given text coordinates, index of line and character, to screen coordinates.

    Declaration
    public virtual Point TextToScreen(Point position, bool lineEnd)
    Parameters
    Type Name Description
    Point position

    Point coordinate to convert.

    Boolean lineEnd

    Boolean value indicating if the text position can be set to the end of the wrapped line.

    Returns
    Type Description
    Point

    The Point representing screen coordinate.

    TextToScreen(Int32, Int32, Boolean)

    Declaration
    protected Point TextToScreen(int x, int y, bool lineEnd)
    Parameters
    Type Name Description
    Int32 x
    Int32 y
    Boolean lineEnd
    Returns
    Type Description
    Point
    In This Article
    Back to top Copyright AlterNET Software Download PDF