Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum RasterGetSetOverlayAttributesFlags Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[FlagsAttribute()] public enum RasterGetSetOverlayAttributesFlags : Enum |
Managed Extensions for C++ | |
---|---|
[FlagsAttribute()] __value public enum RasterGetSetOverlayAttributesFlags : public Enum |
C++/CLI | |
---|---|
[FlagsAttribute()] public enum class RasterGetSetOverlayAttributesFlags : public Enum |
Member | Description |
---|---|
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:
|
This enumeration is used with the RasterImage.GetOverlayAttributes and the RasterImage.UpdateOverlayAttributes methods.
For more information, refer to Overlay Overview.
System.Object
System.ValueType
System.Enum
Leadtools.RasterGetSetOverlayAttributesFlags
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family