A collection of reflection function that can be applied to IImage object
| C# | Visual Basic | Visual C++ |
public class ReflectIImage
Public Class ReflectIImage
public ref class ReflectIImage
| All Members | Constructors | Methods | |||
| Icon | Member | Description |
|---|---|---|
| ReflectIImage()()() | Initializes a new instance of the ReflectIImage class | |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetImageMethods(IImage) |
Get all the methods that belongs to the IImage and Image class with ExposableMethodAttribute set true.
| |
| GetPixelColor(IImage, Point) |
Get the color at the specific location of the image
| |
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| GetTypeOfColor(IImage) |
Get the color type of the image
| |
| GetTypeOfDepth(IImage) |
Get the depth type of the image
| |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString()()() | (Inherited from Object.) |
| Object | |
| ReflectIImage | |