'Declaration Protected Overridable Function CreateFormattedText( _
ByVal textТекст.As System.String, _
ByVal fontFamilyСемейство шрифтов.As System.Windows.Media.FontFamily, _
ByVal fontSizeРазмер шрифта.As Double, _
ByVal rectПрямоугольник фона миниатюры.As System.Windows.Rect, _
ByRef locationРасположение форматированного текста.As System.Windows.Point _
) As System.Windows.Media.FormattedText
protected virtual System.Windows.Media.FormattedText CreateFormattedText(
System.String text,
System.Windows.Media.FontFamily fontFamily,
double fontSize,
System.Windows.Rect rect,
out System.Windows.Point location
)
protected: virtual System.Windows.Media.FormattedText* CreateFormattedText(
System.String text,
System.Windows.Media.FontFamily* fontFamily,
double fontSize,
System.Windows.Rect* rect,
[PARAMFLAG::Out] System.Windows.Point location
)
protected:
virtual System.Windows.Media.FormattedText^ CreateFormattedText(
System.String text,
System.Windows.Media.FontFamily^ fontFamily,
double fontSize,
System.Windows.Rect^ rect,
[Out] System.Windows.Point location
)
Parameters
- text
- Текст.
- fontFamily
- Семейство шрифтов.
- fontSize
- Размер шрифта.
- rect
- Прямоугольник фона миниатюры.
- location
- Расположение форматированного текста.
Return Value
Форматированный текст.