Search Results for

    Show / Hide Table of Contents

    Class HexView.HexViewEventArgs

    Defines the event arguments for PositionChanged event.
    Inheritance
    object
    EventArgs
    HexView.HexViewEventArgs
    Inherited Members
    EventArgs.Empty
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Terminal.Gui
    Assembly: Terminal.Gui.dll
    Syntax
    public class HexView.HexViewEventArgs : EventArgs

    Constructors

    | Edit this page View Source

    HexViewEventArgs(long, Point, int)

    Initializes a new instance of HexView.HexViewEventArgs
    Declaration
    public HexViewEventArgs(long pos, Point cursor, int lineLength)
    Parameters
    Type Name Description
    long pos The character position.
    Point cursor The cursor position.
    int lineLength Line bytes length.

    Properties

    | Edit this page View Source

    BytesPerLine

    The bytes length per line.
    Declaration
    public int BytesPerLine { get; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    CursorPosition

    Gets the current cursor position starting at one for both, line and column.
    Declaration
    public Point CursorPosition { get; }
    Property Value
    Type Description
    Point
    | Edit this page View Source

    Position

    Gets the current character position starting at one, related to the Stream.
    Declaration
    public long Position { get; }
    Property Value
    Type Description
    long
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX