SystemInformation.GetMenuFontForDpi(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the font used to display text on menus for use in changing the DPI for a given display device.
public:
static System::Drawing::Font ^ GetMenuFontForDpi(int dpi);
public static System.Drawing.Font GetMenuFontForDpi (int dpi);
static member GetMenuFontForDpi : int -> System.Drawing.Font
Public Shared Function GetMenuFontForDpi (dpi As Integer) As Font
Parameters
- dpi
- Int32
The DPI value for the current display device.
Returns
The Font used to display text on menus.
Applies to
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.