TextImageLine(ITextImage, Int32, Span, Int32) Constructor
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.
public:
TextImageLine(Microsoft::VisualStudio::Text::ITextImage ^ image, int lineNumber, Microsoft::VisualStudio::Text::Span extent, int lineBreakLength);
public TextImageLine (Microsoft.VisualStudio.Text.ITextImage image, int lineNumber, Microsoft.VisualStudio.Text.Span extent, int lineBreakLength);
new Microsoft.VisualStudio.Text.TextImageLine : Microsoft.VisualStudio.Text.ITextImage * int * Microsoft.VisualStudio.Text.Span * int -> Microsoft.VisualStudio.Text.TextImageLine
Public Sub New (image As ITextImage, lineNumber As Integer, extent As Span, lineBreakLength As Integer)
Parameters
- image
- ITextImage
- lineNumber
- Int32
- extent
- Span
- lineBreakLength
- Int32