WidgetDialogImage Class
This class creates dialog window with an image preview of adjustable scale.
WidgetDialogImage Class
This class inherits from WidgetDialogMembers
WidgetDialogImage (Gui gui, string title = 0)
Constructor. Creates an image dialog with given parameters.Arguments
- Gui gui - GUI, to which the dialog will belong.
- string title - Dialog title. This is an optional parameter.
Image getImage ()
Returns the image, preview and properties of which should be displayed in the dialog.Return value
Image that was set.string getTexture ()
Returns a name of the image, preview and properties of which should be displayed in the dialog.Return value
Path to the image file.void setImage (Image image)
Sets the image, preview and properties of which should be displayed in the dialog.Arguments
- Image image - Image to be set.
void setTexture (string image)
Sets a name of the image, preview and properties of which should be displayed in the dialog.Arguments
- string image - Path to the image file.
Last update: 2017-07-03
Help improve this article
Was this article helpful?
(or select a word/phrase and press Ctrl+Enter)