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



Determines which attributes are to be retrieved or changed.

Syntax

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

Members

MemberDescription
None No action.
Origin The top-left position should be retrieved/changed. RasterOverlayAttributes.Origin contains/will be updated with the new top-left offset.
Color The color should be retrieved/changed. RasterOverlayAttributes.Color contains/will be updated with the new color.
Flags The flags should be retrieved/changed.

The following properties should be retrieved/changed:

BitIndex The corresponding bitplane position should be retrieved/changed. RasterOverlayAttributes.BitPosition contains/will be updated with the new bitplane index.
Dicom The DICOM-related attributes should be retrieved/changed.

The following properties should be retrieved/changed:

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: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also