'Declaration Protected Overridable Sub GetProperties( _
ByRef fontCharacteristicsХарактеристики шрифта.As FontCharacteristics, _
ByRef fontWeightВес шрифта.As FontWeight, _
ByRef fontStretchШрифт растягивается.As FontStretch, _
ByRef fontFallbackTypeТип резервного шрифта.As FontFallbackType _
)
protected virtual void GetProperties(
out FontCharacteristics fontCharacteristics,
out FontWeight fontWeight,
out FontStretch fontStretch,
out FontFallbackType fontFallbackType
)
protected: virtual void GetProperties(
[PARAMFLAG::Out] FontCharacteristics fontCharacteristics,
[PARAMFLAG::Out] FontWeight fontWeight,
[PARAMFLAG::Out] FontStretch fontStretch,
[PARAMFLAG::Out] FontFallbackType fontFallbackType
)
protected:
virtual void GetProperties(
[Out] FontCharacteristics fontCharacteristics,
[Out] FontWeight fontWeight,
[Out] FontStretch fontStretch,
[Out] FontFallbackType fontFallbackType
)
Parameters
- fontCharacteristics
 - Характеристики шрифта.
 - fontWeight
 - Вес шрифта.
 - fontStretch
 - Шрифт растягивается.
 - fontFallbackType
 - Тип резервного шрифта.