Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
Leadtools Namespace : RasterGetSetOverlayAttributesFlags Enumeration |
[FlagsAttribute()] public enum RasterGetSetOverlayAttributesFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration
<FlagsAttribute()> Public Enum RasterGetSetOverlayAttributesFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage
Dim instance As RasterGetSetOverlayAttributesFlags
[FlagsAttribute()] public enum RasterGetSetOverlayAttributesFlags : System.IComparable, System.IConvertible, System.IFormattable
typedef NS_OPTIONS(NSUInteger, LTRasterGetSetOverlayAttributesFlags)
public enum RasterGetSetOverlayAttributesFlags
Leadtools.RasterGetSetOverlayAttributesFlags = function() { }; Leadtools.RasterGetSetOverlayAttributesFlags.prototype = {<br/> None = 0x00000000, Origin = 0x00000001, Color = 0x00000002, Flags = 0x00000004, BitIndex = 0x00000008, Dicom = 0x00000010, };
[FlagsAttribute()] public enum class RasterGetSetOverlayAttributesFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | None | No action. |
0x00000001 | Origin | The top-left position should be retrieved/changed. RasterOverlayAttributes.Origin contains/will be updated with the new top-left offset. |
0x00000002 | Color | The color should be retrieved/changed. RasterOverlayAttributes.Color contains/will be updated with the new color. |
0x00000004 | Flags | The flags should be retrieved/changed. The following properties should be retrieved/changed:
|
0x00000008 | BitIndex | The corresponding bitplane position should be retrieved/changed. RasterOverlayAttributes.BitPosition contains/will be updated with the new bitplane index. |
0x00000010 | 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