public static NPromise<NImage> InsertImageFromFile( NDrawingView drawingView, NPoint imageCenter, NFile imageFile )
Parameters
- drawingView
- The drawing view to insert an image to.
- imageCenter
- The location of the image center in active page coordinates.
- imageFile
- The file to load the image from.
Return Value
The inserted image.