LEADTOOLS (Leadtools assembly)

RasterGetSetOverlayAttributesFlags Enumeration

Show in webframe







Determines which attributes are to be retrieved or changed.
Syntax
[FlagsAttribute()]
public enum RasterGetSetOverlayAttributesFlags : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
<FlagsAttribute()>
Public Enum RasterGetSetOverlayAttributesFlags 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As RasterGetSetOverlayAttributesFlags
[FlagsAttribute()]
public enum RasterGetSetOverlayAttributesFlags : System.IComparableSystem.IConvertibleSystem.IFormattable  

            

            
Leadtools.RasterGetSetOverlayAttributesFlags = function() { };
Leadtools.RasterGetSetOverlayAttributesFlags.prototype = {
None = 0, Origin = 0x0001, Color = 0x0002, Flags = 0x0004, BitIndex = 0x0008, Dicom = 0x0010, };
[FlagsAttribute()]
public enum class RasterGetSetOverlayAttributesFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0NoneNo action.
0x0001OriginThe top-left position should be retrieved/changed. RasterOverlayAttributes.Origin contains/will be updated with the new top-left offset.
0x0002ColorThe color should be retrieved/changed. RasterOverlayAttributes.Color contains/will be updated with the new color.
0x0004FlagsThe flags should be retrieved/changed.

The following properties should be retrieved/changed:

0x0008BitIndexThe corresponding bitplane position should be retrieved/changed. RasterOverlayAttributes.BitPosition contains/will be updated with the new bitplane index.
0x0010DicomThe 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

See Also

Reference

Leadtools Namespace

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.