Visual Basic (Declaration) | |
---|---|
Public Enum ImageIncompatibleReason Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As ImageIncompatibleReason |
C# | |
---|---|
public enum ImageIncompatibleReason : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
public enum class ImageIncompatibleReason : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
BitsPerPixel | Unsupported Bits/Pixel |
Compatible | Image is compatible |
Data | Unsupported raw data |
Order | Unsupported color byte order |
Other | Unspecified reason |
Palette | Unsupported palette |
ViewPerspective | Unsupported view perspective |
For an example, refer to RasterImageConverter.TestCompatible.
For more information refer to RasterImage and WPF/Silverlight.
System.Object
System.ValueType
System.Enum
Leadtools.Windows.Media.ImageIncompatibleReason
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family