Click or drag to resize

EmbeddedImageAnnotation Constructor

Constructs an EmbeddedImageAnnotation.
Overload List
  NameDescription
Public methodEmbeddedImageAnnotation
Creates a new instance of EmbeddedImageAnnotation.
Public methodEmbeddedImageAnnotation(EmbeddedImageData)
Creates a new instance of EmbeddedImageAnnotation specifying the EmbeddedImageData used by the annotation.
Public methodEmbeddedImageAnnotation(SerializationInfo, StreamingContext)
Creates a new instance of EmbeddedImageAnnotation from serialized information.
Public methodEmbeddedImageAnnotation(AnnotationImage, Boolean)
Creates a new instance of EmbeddedImageAnnotation specifying the image.
Public methodEmbeddedImageAnnotation(AnnotationImage, Boolean, PointF)
Creates a new instance of EmbeddedImageAnnotation specifying the image, whether or not to maintain the aspect ratio and the initial location of this object.
Public methodEmbeddedImageAnnotation(AnnotationImage, Boolean, AnnotationBrush, PointF)
Creates a new instance of EmbeddedImageAnnotation specifying the image, shadow and shadow offset.
Public methodEmbeddedImageAnnotation(AnnotationImage, Boolean, PointF, AnnotationBrush, PointF)
Creates a new instance of EmbeddedImageAnnotation specifying the image, initial location, shadow and shadow offset.
Top
See Also