IGlyphFactoryProvider::GetGlyphFactory Method (IWpfTextView^, IWpfTextViewMargin^)

 

Gets the IGlyphFactory for the given text view and margin.

Namespace:   Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

IGlyphFactory^ GetGlyphFactory(
	IWpfTextView^ view,
	IWpfTextViewMargin^ margin
)

Parameters

view
Type: Microsoft.VisualStudio.Text.Editor::IWpfTextView^

The view for which the factory is being created.

margin
Type: Microsoft.VisualStudio.Text.Editor::IWpfTextViewMargin^

The margin for which the factory will create glyphs.

Return Value

Type: Microsoft.VisualStudio.Text.Editor::IGlyphFactory^

An IGlyphFactory for the given view and margin.

Return to top
Show: