SharedResources Class
Shared resources class.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
public class SharedResources
Public Class SharedResources
- Inheritance
- Object SharedResources
GetBitmapImage(String) |
Gets the image of the resource.
|
GetBitmapImage(String, String) |
Gets the resource image of an assembly.
|
GetDrawingBitmap(String, Boolean) |
Gets the image of the resource.
|
GetDrawingBitmap(String, Size) |
Gets the image of the resource.
|
GetDrawingBitmap(String, String, Boolean) |
Gets the image of the resource.
|
GetDrawingBitmap(String, String, Size) |
Get the image of the resource.
|
GetDrawingBitmapRectangle |
Gets an image of a rectangle.
|
GetImage(String) |
Gets the image of the resource.
|
GetImage(String, String) |
Gets the resource image of an assembly.
|
GetImageList |
Gets a master list of images from the resource.
|
GetMainImagesList |
Gets a list of the top images of the resources.
|
GetResourceImagesList |
Gets a list of all usable image resources.
|
GetResourceImagesList(Boolean) |
Gets a list of all usable image assets.
|
GetUriImage(String) |
Gets the Uri path of an image resource.
|
GetUriImage(String, String) |
Gets the Uri path of a resource image.
|
InvokeGetImage(String) |
Invokes the method to obtain the image of the resource.
|
InvokeGetImage(String, String) |
Invokes the method to get the resource image of an assembly.
|