InCanvasControlData(String)
Description:
Constructs an InCanvasControlData with specific values assigned.
Constructs an InCanvasControlData with specific values assigned.
Overloads (2):
public InCanvasControlData(
string imagePath
)
-
StringimagePathFile path with the image to be used. This must be an absolute path to a location on disk.
-
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.
-
A non-optional argument was null
-
The file specified by imagePath doesn't exist.