Link Search Menu Expand Document

ImageComposer Methods

The ImageComposer type exposes the following members.

Methods
NameDescription
Public methodAddImage(Image, Int32, Int32, Int32)
Adds an image to the composition.
Public methodAddImage(Stream, Int32, Int32, Int32)
Adds an image to the composition.
Public methodAddImage(String, Int32, Int32, Int32)
Adds an image to the composition.
Public methodDispose
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetComposedImage
Returns composed image.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSaveComposedImage(Stream)
Saves composed image to a file.
Public methodSaveComposedImage(String)
Saves composed image to a file.
Public methodSaveComposedImage(Stream, ImageFormat)
Saves composed image to a file.
Public methodSaveComposedImage(String, ImageFormat)
Saves composed image to a file.
Public methodSetBackgroundColor
Sets the background color of composite image.
Public methodToString (Inherited from Object.)
Top
See Also

Reference