Saves the image into a Stream in BMP format.
シンタックス
'宣言
Public Overloads Sub SaveAsBmp( _
ByVal As System.IO.Stream, _
Optional ByVal As System.Nullable(Of Rectangle) _
)
public void SaveAsBmp(
System.IO.Stream ,
System.Nullable<Rectangle>
)
パラメータ
- stream
- The output stream.
- clipRect
- Clipping rectangle of the image to be saved.
参照