Search Results for

    Show / Hide Table of Contents

    Class LineSubText

    Identifies a single line within a larger text by its start position and length, as produced when splitting text on line breaks for layout.

    Inheritance
    object
    LineSubText
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Reportman.Drawing
    Assembly: Reportman.Drawing.dll
    Syntax
    public class LineSubText

    Constructors

    View Source

    LineSubText()

    Declaration
    public LineSubText()

    Fields

    View Source

    Length

    Declaration
    public int Length
    Field Value
    Type Description
    int
    View Source

    Position

    Declaration
    public int Position
    Field Value
    Type Description
    int
    • View Source
    In this article
    Back to top Generated by DocFX