'Declaration Public Sub SetImageSize( _
ByVal imageWidthWidth of the image.As System.Int32, _
ByVal imageHeightHeight of the image.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
- Width of the image.
- imageHeight
- Height of the image.