Provides a button images factories for use by a button control.
Static porperties | |
| static auto | add () -> xtd::drawing::image |
| Add image object. | |
| static auto | add (const xtd::string &theme) -> xtd::drawing::image |
| Add image object with specified theme. | |
| static auto | add (const xtd::drawing::size &size) -> xtd::drawing::image |
| Add image object with specified size. | |
| static auto | add (const xtd::string &theme, const xtd::drawing::size &size) -> xtd::drawing::image |
| Add image object with specified theme and size. | |
| static auto | apply () -> xtd::drawing::image |
| Apply image object. | |
| static auto | apply (const xtd::string &theme) -> xtd::drawing::image |
| Apply image object with specified theme. | |
| static auto | apply (const xtd::drawing::size &size) -> xtd::drawing::image |
| Apply image object with specified size. | |
| static auto | apply (const xtd::string &theme, const xtd::drawing::size &size) -> xtd::drawing::image |
| Apply image object with specified theme and size. | |
| static auto | ok () -> xtd::drawing::image |
| Ok image object. | |
| static auto | ok (const xtd::string &theme) -> xtd::drawing::image |
| Ok image object with specified theme. | |
| static auto | ok (const xtd::drawing::size &size) -> xtd::drawing::image |
| Ok image object with specified size. | |
| static auto | ok (const xtd::string &theme, const xtd::drawing::size &size) -> xtd::drawing::image |
| Ok image object with specified theme and size. | |
| static auto | cancel () -> xtd::drawing::image |
| Cancel image object. | |
| static auto | cancel (const xtd::string &theme) -> xtd::drawing::image |
| Cancel image object with specified theme. | |
| static auto | cancel (const xtd::drawing::size &size) -> xtd::drawing::image |
| Cancel image object with specified size. | |
| static auto | cancel (const xtd::string &theme, const xtd::drawing::size &size) -> xtd::drawing::image |
| Cancel image object with specified theme and size. | |
| static auto | next () -> xtd::drawing::image |
| Next image object. | |
| static auto | next (const xtd::string &theme) -> xtd::drawing::image |
| Next image object with specified theme. | |
| static auto | next (const xtd::drawing::size &size) -> xtd::drawing::image |
| Next image object with specified size. | |
| static auto | next (const xtd::string &theme, const xtd::drawing::size &size) -> xtd::drawing::image |
| Next image object with specified theme and size. | |
| static auto | no () -> xtd::drawing::image |
| No image object. | |
| static auto | no (const xtd::string &theme) -> xtd::drawing::image |
| No image object with specified theme. | |
| static auto | no (const xtd::drawing::size &size) -> xtd::drawing::image |
| No image object with specified size. | |
| static auto | no (const xtd::string &theme, const xtd::drawing::size &size) -> xtd::drawing::image |
| No image object with specified theme and size. | |
| static auto | previous () -> xtd::drawing::image |
| Previous image object. | |
| static auto | previous (const xtd::string &theme) -> xtd::drawing::image |
| Previous image object with specified theme. | |
| static auto | previous (const xtd::drawing::size &size) -> xtd::drawing::image |
| Previous image object with specified size. | |
| static auto | previous (const xtd::string &theme, const xtd::drawing::size &size) -> xtd::drawing::image |
| Previous image object with specified theme and size. | |
| static auto | remove () -> xtd::drawing::image |
| Remove image object. | |
| static auto | remove (const xtd::string &theme) -> xtd::drawing::image |
| Remove image object with specified theme. | |
| static auto | remove (const xtd::drawing::size &size) -> xtd::drawing::image |
| Remove image object with specified size. | |
| static auto | remove (const xtd::string &theme, const xtd::drawing::size &size) -> xtd::drawing::image |
| Remove image object with specified theme and size. | |
| static auto | yes () -> xtd::drawing::image |
| Yes image object. | |
| static auto | yes (const xtd::string &theme) -> xtd::drawing::image |
| Yes image object with specified theme. | |
| static auto | yes (const xtd::drawing::size &size) -> xtd::drawing::image |
| Yes image object with specified size. | |
| static auto | yes (const xtd::string &theme, const xtd::drawing::size &size) -> xtd::drawing::image |
| Yes image object with specified theme and size. | |
| static auto | size () -> xtd::drawing::size |
| Gets the height and width of the button images. | |
Public Static Methods | |
| static auto | from_name (const xtd::string &name) -> xtd::drawing::image |
| Gets image object with specified name. | |
| static auto | from_name (const xtd::string &theme, const xtd::string &name) -> xtd::drawing::image |
| Gets image object with specified theme and name. | |
| static auto | from_name (const xtd::string &name, const xtd::drawing::size &size) -> xtd::drawing::image |
| Gets image object with specified name and size. | |
| static auto | from_name (const xtd::string &theme, const xtd::string &name, const xtd::drawing::size &size) -> xtd::drawing::image |
| Gets image object with specified theme, name and size. | |
|
inlinestaticnodiscard |
Add image object.
|
inlinestaticnodiscard |
Add image object with specified theme.
| theme | A string that represent a theme |
|
inlinestaticnodiscard |
Add image object with specified size.
| size | A xtd::drawing::size size for the image |
|
inlinestaticnodiscard |
Add image object with specified theme and size.
| theme | A string that represent a theme |
| size | A xtd::drawing::size size for the image |
|
inlinestaticnodiscard |
Apply image object.
|
inlinestaticnodiscard |
Apply image object with specified theme.
| theme | A string that represent a theme |
|
inlinestaticnodiscard |
Apply image object with specified size.
| size | A xtd::drawing::size size for the image |
|
inlinestaticnodiscard |
Apply image object with specified theme and size.
| theme | A string that represent a theme |
| size | A xtd::drawing::size size for the image |
|
inlinestaticnodiscard |
Ok image object.
|
inlinestaticnodiscard |
Ok image object with specified theme.
| theme | A string that represent a theme |
|
inlinestaticnodiscard |
Ok image object with specified size.
| size | A xtd::drawing::size size for the image |
|
inlinestaticnodiscard |
Ok image object with specified theme and size.
| theme | A string that represent a theme |
| size | A xtd::drawing::size size for the image |
|
inlinestaticnodiscard |
Cancel image object.
|
inlinestaticnodiscard |
Cancel image object with specified theme.
| theme | A string that represent a theme |
|
inlinestaticnodiscard |
Cancel image object with specified size.
| size | A xtd::drawing::size size for the image |
|
inlinestaticnodiscard |
Cancel image object with specified theme and size.
| theme | A string that represent a theme |
| size | A xtd::drawing::size size for the image |
|
inlinestaticnodiscard |
Next image object.
|
inlinestaticnodiscard |
Next image object with specified theme.
| theme | A string that represent a theme |
|
inlinestaticnodiscard |
Next image object with specified size.
| size | A xtd::drawing::size size for the image |
|
inlinestaticnodiscard |
Next image object with specified theme and size.
| theme | A string that represent a theme |
| size | A xtd::drawing::size size for the image |
|
inlinestaticnodiscard |
No image object.
|
inlinestaticnodiscard |
No image object with specified theme.
| theme | A string that represent a theme |
|
inlinestaticnodiscard |
No image object with specified size.
| size | A xtd::drawing::size size for the image |
|
inlinestaticnodiscard |
No image object with specified theme and size.
| theme | A string that represent a theme |
| size | A xtd::drawing::size size for the image |
|
inlinestaticnodiscard |
Previous image object.
|
inlinestaticnodiscard |
Previous image object with specified theme.
| theme | A string that represent a theme |
|
inlinestaticnodiscard |
Previous image object with specified size.
| size | A xtd::drawing::size size for the image |
|
inlinestaticnodiscard |
Previous image object with specified theme and size.
| theme | A string that represent a theme |
| size | A xtd::drawing::size size for the image |
|
inlinestaticnodiscard |
Remove image object.
|
inlinestaticnodiscard |
Remove image object with specified theme.
| theme | A string that represent a theme |
|
inlinestaticnodiscard |
Remove image object with specified size.
| size | A xtd::drawing::size size for the image |
|
inlinestaticnodiscard |
Remove image object with specified theme and size.
| theme | A string that represent a theme |
| size | A xtd::drawing::size size for the image |
|
inlinestaticnodiscard |
Yes image object.
|
inlinestaticnodiscard |
Yes image object with specified theme.
| theme | A string that represent a theme |
|
inlinestaticnodiscard |
Yes image object with specified size.
| size | A xtd::drawing::size size for the image |
|
inlinestaticnodiscard |
Yes image object with specified theme and size.
| theme | A string that represent a theme |
| size | A xtd::drawing::size size for the image |
|
inlinestaticnodiscard |
Gets the height and width of the button images.
|
inlinestaticnodiscard |
Gets image object with specified name.
| name | the image name to get. |
|
inlinestaticnodiscard |
Gets image object with specified theme and name.
| theme | the theme name that contains the image to get. |
| name | the image name to get. |
|
inlinestaticnodiscard |
Gets image object with specified name and size.
| name | the image name to get. |
| size | The size that represents the height and width of the button images in pixels. |
|
inlinestaticnodiscard |
Gets image object with specified theme, name and size.
| theme | the theme name that contains the image to get. |
| name | the image name to get. |
| size | The size that represents the height and width of the button images in pixels. |