Saves this image to the specified stream in the specified format.
シンタックス
'宣言
Public Overloads Shadows Sub SaveImage( _
ByVal As System.IO.Stream, _
ByVal As ImageFormat, _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public new void SaveImage(
System.IO.Stream ,
ImageFormat ,
System.int ,
System.int
)
パラメータ
- stream
- The System.IO.Stream where the image will be saved.
- fmt
- An System.Drawing.Imaging.ImageFormat that specifies the format of the saved image.
- w
- The width of the image in pixels.
- h
- The height of the image in pixels.
参照