AnnotationImage Constructor |
Name | Description | |
---|---|---|
![]() | AnnotationImage() | Creates a new empty instance of AnnotationImage. |
![]() | AnnotationImage(Image) | Creates a new instance of AnnotationImage specifying the
System.Drawing.Image object used. |
![]() | AnnotationImage(Stream) | Creates a new instance of AnnotationImage from the specified stream. |
![]() | AnnotationImage(String) | Creates a new instance of AnnotationImage from the specified file. |
![]() | AnnotationImage(AtalaImage) | Creates a new instance of AnnotationImage specifying the
Atalasoft.Imaging.AtalaImage object used. |
![]() | AnnotationImage(SerializationInfo, StreamingContext) | Creates a new instance of AnnotationImage from serialized data. |
![]() | AnnotationImage(Int32, Int32, Int32,Byte[]) | Creates a new instance of AnnotationImage specifying the width, height, bit count and
image data. |
![]() | AnnotationImage(Int32, Int32, Int32,Byte[],Byte[]) | Creates a new instance of AnnotationImage specifying the width, height, bit count, image
and palette data. |
![]() | AnnotationImage(Int32, Int32, Int32,Byte[],Byte[], Single, Single) | Creates a new instance of AnnotationImage specifying the image properties. |