Click or drag to resize

ReferencedImageData Constructor (String, PointF)

Creates a new instance of ReferencedImageData specifying the filename, location and whether the aspect ratio should be maintained.

Namespace:  Atalasoft.Annotate
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public ReferencedImageData(
	string fileName,
	PointF location
)

Parameters

fileName
Type: SystemString
The filename of the image for this annotation.
location
Type: System.DrawingPointF
The location of the annotation.
See Also