'Declaration Protected Overridable Sub GetProperties( _
ByRef fontCharacteristicsThe font characteristics.As FontCharacteristics, _
ByRef fontWeightThe font weight.As FontWeight, _
ByRef fontStretchThe font stretch.As FontStretch, _
ByRef fontFallbackTypeThe font fallback type.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
- The font characteristics.
- fontWeight
- The font weight.
- fontStretch
- The font stretch.
- fontFallbackType
- The font fallback type.