Click or drag to resize

AnnotationImage Constructor

Constructs an AnnotationImage.
Overload List
  NameDescription
Public methodAnnotationImage
Creates a new empty instance of AnnotationImage.
Public methodAnnotationImage(Image)
Creates a new instance of AnnotationImage specifying the System.Drawing.Image object used.
Public methodAnnotationImage(Stream)
Creates a new instance of AnnotationImage from the specified stream.
Public methodAnnotationImage(String)
Creates a new instance of AnnotationImage from the specified file.
Public methodAnnotationImage(AtalaImage)
Creates a new instance of AnnotationImage specifying the Atalasoft.Imaging.AtalaImage object used.
Public methodAnnotationImage(SerializationInfo, StreamingContext)
Creates a new instance of AnnotationImage from serialized data.
Public methodAnnotationImage(Int32, Int32, Int32, Byte)
Creates a new instance of AnnotationImage specifying the width, height, bit count and image data.
Public methodAnnotationImage(Int32, Int32, Int32, Byte, Byte)
Creates a new instance of AnnotationImage specifying the width, height, bit count, image and palette data.
Public methodAnnotationImage(Int32, Int32, Int32, Byte, Byte, Single, Single)
Creates a new instance of AnnotationImage specifying the image properties.
Top
See Also