Click or drag to resize

ReferencedImageAnnotation Constructor

Constructs a ReferencedImageAnnotation.
Overload List
  NameDescription
Public methodReferencedImageAnnotation
Creates a new instance of ReferencedImageAnnotation.
Public methodReferencedImageAnnotation(String)
Creates a new instance of ReferencedImageAnnotation specifying the filename of the image.
Public methodReferencedImageAnnotation(ReferencedImageData)
Creates a new instance of ReferencedImageAnnotation specifying the annotation data.
Public methodReferencedImageAnnotation(SerializationInfo, StreamingContext)
Creates a new instance of ReferencedImageAnnotation from serialized information.
Public methodReferencedImageAnnotation(String, Boolean)
Creates an instance of ReferencedImageAnnotation specifying the filename of the image and indicating whether the aspect ratio should be maintained.
Public methodReferencedImageAnnotation(String, Boolean, PointF)
Creates a new instance of ReferencedImageAnnotation specifying the filename, location and whether the aspect ratio should be maintained.
Public methodReferencedImageAnnotation(String, Boolean, PointF, AnnotationBrush, PointF)
Creates a new instance of ReferencedImageAnnotation specifying the filename, initial location, shadow, shadow offset and indicates whether the image aspect ratio should be maintained.
Top
See Also