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.
public:
static void ScaleByDpi(int % height, int % width);
public static void ScaleByDpi (ref int height, ref int width);
static member ScaleByDpi : int * int -> unit
Public Shared Sub ScaleByDpi (ByRef height As Integer, ByRef width As Integer)