MapInstance.SetDpi(Int32, Int32) Method
Definition
Important
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 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.