DynamicImageInstance.SetSize(Double, Double) Method

Definition

Sets the size of the image in width and height.

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 width size.

height
Double

The height size.

Applies to