Home > Services > DXCore Services – EditPoints

DXCore Services – EditPoints

November 22nd, 2011

The EditPoints DXCore service provides methods for creating edit points. Edit points allow you to manipulate text as data in text buffers. The service is hidden from Intellisense, and it contains only different overloads of the New method to create edit points, such as:

Method name Description
New(Text document, Int32) Initializes a new EditPoint in the given Text document using the specified coordinates.
New(Text document, Int32, Boolean) Initializes a new EditPoint in the given Text document using the specified coordinates.
New(Text document, Int32, Boolean, String) Initializes a new EditPoint in the given Text document using the specified coordinates.
New(Text document, Int32, Int32) Initializes a new EditPoint in the given Text document using the specified coordinates.
New(Text document, Int32, Int32, Boolean) Initializes a new EditPoint in the given Text document using the specified coordinates.
New(Text document, Int32, Int32, Boolean, String) Initializes a new EditPoint in the given Text document using the specified coordinates.
New(Text document, Int32, Int32, String) Initializes a new EditPoint in the given Text document using the specified coordinates.
New(Text document, Int32, String) Initializes a new EditPoint in the given Text document using the specified coordinates.
New(Text document, SourcePoint) Initializes a new EditPoint in the given Text document using the specified coordinates.
New(Text document, SourcePoint, Boolean) Initializes a new EditPoint in the given Text document using the specified coordinates.
New(Text document, SourcePoint, Boolean, String) Initializes a new EditPoint in the given Text document using the specified coordinates.
New(Text document, SourcePoint, String) Initializes a new EditPoint in the given Text document using the specified coordinates.
—–
Products: DXCore
Versions: 11.1 and up
VS IDEs: any
Updated: Nov/22/2011
ID: D123

Similar Posts: