←Select platform

RasterGetSetOverlayAttributesFlags Enumeration

Summary
Determines which attributes are to be retrieved or changed.
Syntax
C#
Objective-C
C++/CLI
Java
Python
[FlagsAttribute()] 
public enum RasterGetSetOverlayAttributesFlags 
typedef NS_OPTIONS(NSUInteger, LTRasterGetSetOverlayAttributesFlags) 
public final class RasterGetSetOverlayAttributesFlags 
    extends java.lang.Enum<RasterGetSetOverlayAttributesFlags> 
[FlagsAttribute()] 
public enum class RasterGetSetOverlayAttributesFlags   
class RasterGetSetOverlayAttributesFlags(Enum): 
   None = 0 
   Origin = 1 
   Color = 2 
   Flags = 4 
   BitIndex = 8 
   Dicom = 16 
Members
ValueMemberDescription
0x00000000None No action.
0x00000001Origin The top-left position should be retrieved/changed. RasterOverlayAttributes.Origin contains/will be updated with the new top-left offset.
0x00000002Color The color should be retrieved/changed. RasterOverlayAttributes.Color contains/will be updated with the new color.
0x00000004Flags The flags should be retrieved/changed. The following properties should be retrieved/changed:

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

Requirements

Target Platforms

See Also

Reference

Leadtools Namespace

Help Version 22.0.2023.5.16
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.