LEADTOOLS (Leadtools assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
RasterGetSetOverlayAttributesFlags Enumeration
See Also  
Leadtools Namespace : RasterGetSetOverlayAttributesFlags Enumeration



Determines which attributes are to be retrieved or changed. Supported in Silverlight, Windows Phone 7

Syntax

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

Members

MemberDescription
BitIndexThe corresponding bitplane position should be retrieved/changed. RasterOverlayAttributes.BitPosition contains/will be updated with the new bitplane index.
ColorThe color should be retrieved/changed. RasterOverlayAttributes.Color contains/will be updated with the new color.
DicomThe DICOM-related attributes should be retrieved/changed.

The following properties should be retrieved/changed:

FlagsThe flags should be retrieved/changed.

The following properties should be retrieved/changed:

NoneNo action.
OriginThe top-left position should be retrieved/changed. RasterOverlayAttributes.Origin contains/will be updated with the new top-left offset.

Remarks

This enumeration is used with the RasterImage.GetOverlayAttributes and the RasterImage.UpdateOverlayAttributes methods.

For more information, refer to Overlay Overview.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.RasterGetSetOverlayAttributesFlags

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7

See Also