IDynamicImageInstance.SetSize(Double, Double) Method

Definition

Sets the size of the image.

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

Parameters

width
Double

The width of the image.

height
Double

The height of the image.

Applies to