[]
Saves the image into a Stream in GIF format.
public void SaveAsGif(Stream stream, Rectangle? clipRect = null)
Public Sub SaveAsGif(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 GIF format.
public void SaveAsGif(string path, Rectangle? clipRect = null)
Public Sub SaveAsGif(path As String, Optional clipRect As Rectangle? = Nothing)