'Declaration Public Sub SetImageSize( _
ByVal imageWidthШирина изображения.As System.Int32, _
ByVal imageHeightВысота изображения.As System.Int32 _
)
public void SetImageSize(
System.Int32 imageWidth,
System.Int32 imageHeight
)
public: void SetImageSize(
System.Int32 imageWidth,
System.Int32 imageHeight
)
public:
void SetImageSize(
System.Int32 imageWidth,
System.Int32 imageHeight
)
Parameters
- imageWidth
- Ширина изображения.
- imageHeight
- Высота изображения.