ITransformProvider.Resize(Double, Double) 메서드

정의

컨트롤의 크기를 조정합니다.

public:
 void Resize(double width, double height);
void Resize(double const& width, double const& height);
public void Resize(double width, double height);
function resize(width, height)
Public Sub Resize (width As Double, height As Double)

매개 변수

width
Double

double

창의 새 너비(픽셀)입니다.

height
Double

double

창의 새 높이(픽셀)입니다.

적용 대상