MapInstance.SetSize(Double, Double) Method

Definition

Sets the size of the map instance.

public:
 virtual void SetSize(double width, double height);
public void SetSize (double width, double height);
abstract member SetSize : double * double -> unit
override this.SetSize : double * double -> unit
Public Sub SetSize (width As Double, height As Double)

Parameters

width
Double

The size of the width.

height
Double

The size of the height.

Implements

Applies to