public InCanvasControlData( string imagePath, XYZ position )
| Exception | Condition |
|---|---|
| ArgumentException | The file format specified by imagePath is an unsupported format - only *.bmp files are supported. -or- The file path specified by imagePath is not absolute. |
| ArgumentNullException | A non-optional argument was null |
| FileArgumentNotFoundException | The file specified by imagePath doesn't exist. |