ControlUtil.ScaleByDpi(Int32, Int32) Method

Definition

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)

Parameters

height
Int32
width
Int32

Applies to