ImageGear Professional v18.2 > API Reference Guide > ARTX Component API Reference > ARTX Component Objects > IGArtXCtl Control > IGArtXCtrl Methods > CreateImageRef Method |
Creates Image Reference annotation with specified properties.
CreateImageRef(
Rect As IGRectangle,
FileName As String) As IGArtXImageRef
Name | Description |
---|---|
Rect | Rectangle object that contains coordinates and dimensions for the annotation to be created. |
FileName | String containing the full path to the image file. |
New instance of IGArtXImageRef Object.
N/A