ImageDevice Class ImageDevice class Represents rendering to raster formats: jpeg, png, bmp, gif, tiff.
Copy public class ImageDevice : Device < ImageGraphicContext , ImageRenderingOptions >
Constructors Name Description ImageDevice (ICreateStreamProvider)Initializes a new instance of the ImageDevice
class. ImageDevice (Stream)Initializes a new instance of the ImageDevice
class. ImageDevice (String)Initializes a new instance of the ImageDevice
class. ImageDevice (ImageRenderingOptions, ICreateStreamProvider)Initializes a new instance of the ImageDevice
class by rendering options and stream provider. ImageDevice (ImageRenderingOptions, Stream)Initializes a new instance of the ImageDevice
class by rendering options and output stream. ImageDevice (ImageRenderingOptions, String)Initializes a new instance of the ImageDevice
class by rendering options and output file name.
Properties Methods Other Members Name Description class ImageGraphicContext Holds current graphics control parameters for the ImageDevice
. These parameters define the global framework within which the graphics operators execute.
See Also