Click or drag to resize

ReferencedImageData Constructor

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