C# Класс vdextensions.CoverageMargin

A class detailing the margin's visual definition including both size and content.
Наследование: System.Windows.Controls.Canvas, IWpfTextViewMargin
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ConvertFromWin32Color ( uint color ) : Color
CoverageMargin ( IWpfTextView textView, IEditorFormatMap formatMap ) : System

Creates a CoverageMargin for a given IWpfTextView.

Dispose ( ) : void
GetTextViewMargin ( string marginName ) : ITextViewMargin

Приватные методы

Метод Описание
DrawLineNumbers ( ) : void
GetColors ( ) : void
GetCoverage ( string fname, int line, int data, int cnt, float &covPercent ) : bool
GetCoverageData ( string fname, int line, int data, int cnt, float &covPercent ) : bool
GetMarginWidth ( System.Windows.Media.Typeface fontTypeFace, double fontSize ) : double
OnFormatMappingChanged ( ) : void
OnLayoutChanged ( object sender, TextViewLayoutChangedEventArgs e ) : void
ThrowIfDisposed ( ) : void
toBrush ( object obj ) : SolidColorBrush

Описание методов

ConvertFromWin32Color() публичный статический Метод

public static ConvertFromWin32Color ( uint color ) : Color
color uint
Результат Color

CoverageMargin() публичный Метод

Creates a CoverageMargin for a given IWpfTextView.
public CoverageMargin ( IWpfTextView textView, IEditorFormatMap formatMap ) : System
textView IWpfTextView The to attach the margin to.
formatMap IEditorFormatMap
Результат System

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

GetTextViewMargin() публичный Метод

public GetTextViewMargin ( string marginName ) : ITextViewMargin
marginName string
Результат ITextViewMargin