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.
Sets the image DPI.
public:
void SetDpi(int xDpi, int yDpi);
public void SetDpi (int xDpi, int yDpi);
abstract member SetDpi : int * int -> unit
Public Sub SetDpi (xDpi As Integer, yDpi As Integer)