MapInstance.SetSize(Double, Double) 方法

定义

设置映射实例的大小。

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)

参数

width
Double

宽度的大小。

height
Double

高度的大小。

实现

适用于