Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum RasterImageChangedFlags Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[FlagsAttribute()] public enum RasterImageChangedFlags : Enum |
Managed Extensions for C++ | |
---|---|
[FlagsAttribute()] __value public enum RasterImageChangedFlags : public Enum |
C++/CLI | |
---|---|
[FlagsAttribute()] public enum class RasterImageChangedFlags : public Enum |
Member | Description |
---|---|
None | No change |
Data | Image data changed |
Size | Dimension (width and/or height) changed |
BitsPerPixel | Bits/Pixel changed |
ViewPerspective | View perspective changed |
Order | Color order changed |
Palette | Palette changed |
LookupTablePalette | Palette lookup table (LUT) changed |
Region | Region changed |
Resolution | Resolution (DPI) changed |
LowHighBit | Low bit and/or High bit changed |
MinMaxValue | Minimum value and/or maximum value changed |
NoRegionClip | For internal use |
PaintLookupTable | Paint lookup table (LUT) changed |
PaintParameters | Paint Parameters changed |
DitheringMethod | Dithering method changed |
UseLookupTable | Use of palette lookup table (LUT) changed |
UsePaintLookupTable | Use of paint palette lookup table (LUT) changed |
TransparentColor | Transparent color changed |
OverlaysInfo | Overlay information changed |
PlayParameters | Animation play parameters changed |
Page | Current page changed |
PageCount | Number of pages changed |
Tag | Tag changed |
Comment | Comment changed |
Marker | Marker changed |
GeoKey | Geo keys changed |
Format | Format changedd |
System.Object
System.ValueType
System.Enum
Leadtools.RasterImageChangedFlags
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family