[]
Saves the image into a Stream in BMP format.
public void SaveAsBmp(Stream stream, Rectangle? clipRect = null)
Public Sub SaveAsBmp(stream As Stream, Optional clipRect As Rectangle? = Nothing)
Type | Name | Description |
---|---|---|
Stream | stream | The output stream. |
Rectangle? | clipRect | Clipping rectangle of the image to be saved. |
Saves the image into a file in BMP format.
public void SaveAsBmp(string path, Rectangle? clipRect = null)
Public Sub SaveAsBmp(path As String, Optional clipRect As Rectangle? = Nothing)