Click or drag to resize

EmbeddedImageData Constructor

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