MapInstance.SetDpi(Int32, Int32) Method

Definition

Sets the dot-per-inch (DPI) to be used for generating the map image.

public:
 virtual void SetDpi(int xDpi, int yDpi);
public void SetDpi (int xDpi, int yDpi);
abstract member SetDpi : int * int -> unit
override this.SetDpi : int * int -> unit
Public Sub SetDpi (xDpi As Integer, yDpi As Integer)

Parameters

xDpi
Int32

The horizontal DPI.

yDpi
Int32

The vertical DPI.

Implements

Applies to