Position Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a line and character position, such as the position of the cursor.
public class Position
type Position = class
Public Class Position
- Inheritance
-
Position
Constructors
Position(Int32, Int32) |
Initializes a new instance of the Position class. |
Properties
Character |
Gets or sets the zero-based character value. |
Line |
Gets or sets the zero-based line value. |
Methods
ToString() | Returns a string that represents the current object. |