Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
RasterImageChangedFlags Enumeration
See Also  
Leadtools Namespace : RasterImageChangedFlags Enumeration



Indicates the type(s) of change that has occurred to an RasterImage

Syntax

Visual Basic (Declaration) 
<FlagsAttribute()>
Public Enum RasterImageChangedFlags 
   Inherits Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As RasterImageChangedFlags
C# 
[FlagsAttribute()]
public enum RasterImageChangedFlags : Enum, IComparableIConvertibleIFormattable  
C++/CLI 
[FlagsAttribute()]
public enum class RasterImageChangedFlags : public Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
None No change
Data Bitmap data change
Size Dimensional change
BitsPerPixel BitsPerPixel change
ViewPerspective ViewPerspective change
Order ColorOrder change
Palette Palette change
Resolution Resolution (DPI) change
PaintParameters Paint Parameters change

Example

For an example, refer to RasterImage.Changed

Remarks

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.RasterImageChangedFlags

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also