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