Overload List

  NameDescription
SaveAsImage(Stream, PictureFormat)
Saves instrument as image to the given stream with given size, scale and PictureFormat.
(Inherited from Instrument.)
SaveAsImage(Stream, Int32)
Saves instrument as JPEG image into given stream with given jpegQuality.
(Inherited from Instrument.)
SaveAsImage(String, PictureFormat)
Saves instrument as image to the given filename with given PictureFormat.
(Inherited from Instrument.)
SaveAsImage(String, Int32)
Saves instrument as JPEG image into given filename with given jpegQuality.
(Inherited from Instrument.)
SaveAsImage(Stream, Single, PictureFormat)
Saves instrument as image to the given stream with given resolution and PictureFormat.
(Inherited from Instrument.)
SaveAsImage(Stream, Single, Int32)
Saves instrument as JPEG image into given stream with given resolution and jpegQuality.
(Inherited from Instrument.)
SaveAsImage(String, Single, PictureFormat)
Saves instrument as image to the given filename with given resolution and PictureFormat.
(Inherited from Instrument.)
SaveAsImage(String, Single, Int32)
Saves instrument as JPEG image into given filename with given resolution and jpegQuality.
(Inherited from Instrument.)
SaveAsImage(Stream, Int32, Int32, PictureFormat)
Saves instrument as image to the given filename with given size and PictureFormat.
(Inherited from Instrument.)
SaveAsImage(Stream, Int32, Int32, Int32)
Saves instrument as JPEG image into given stream with given size and jpegQuality.
(Inherited from Instrument.)
SaveAsImage(Stream, Single, Single, PictureFormat)
Saves instrument as image to the given stream with given resolution, scale and PictureFormat.
(Inherited from Instrument.)
SaveAsImage(Stream, Single, Single, Int32)
Saves instrument as JPEG image into given stream with given resolution, scale and jpegQuality.
(Inherited from Instrument.)
SaveAsImage(String, Int32, Int32, PictureFormat)
Saves instrument as image to a file with given name with given height, width and PictureFormat.
(Inherited from Instrument.)
SaveAsImage(String, Int32, Int32, Int32)
Saves instrument as JPEG image into given filename with given size and jpegQuality.
(Inherited from Instrument.)
SaveAsImage(String, Single, Single, PictureFormat)
Saves instrument as image to the given filename with given resolution, scale and PictureFormat.
(Inherited from Instrument.)
SaveAsImage(String, Single, Single, Int32)
Saves instrument as JPEG image into given filename with given resolution, scale and jpegQuality.
(Inherited from Instrument.)
SaveAsImage(Stream, Int32, Int32, Single, PictureFormat)
Saves instrument as image to the given stream with given size, scale and PictureFormat.
(Inherited from Instrument.)
SaveAsImage(Stream, Int32, Int32, Single, Int32)
Saves instrument as JPEG image into given stream with given size, scale and jpegQuality.
(Inherited from Instrument.)
SaveAsImage(String, Int32, Int32, Single, PictureFormat)
Saves instrument as image to a file with given name.
(Inherited from Instrument.)
SaveAsImage(String, Int32, Int32, Single, Int32)
Saves instrument as JPEG image into given filename with given size, scale and jpegQuality.
(Inherited from Instrument.)

See Also