SystemInformation.GetMenuFontForDpi(Int32) Method

Definition

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