LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

BitPosition Property






Gets or sets the corresponding bit plane associated with an overlay .NET support Silverlight support WinRT support
Syntax
public int BitPosition {get; set;}
'Declaration
 
Public Property BitPosition As Integer
'Usage
 
Dim instance As RasterOverlayAttributes
Dim value As Integer
 
instance.BitPosition = value
 
value = instance.BitPosition
public int BitPosition {get; set;}
 get_BitPosition();
set_BitPosition(value);
public:
property int BitPosition {
   int get();
   void set (    int value);
}

Property Value

The corresponding bit plane associated with an overlay.
Remarks
This property is valid only if UseBitPlane is set to true. For more information about the bit position, refer to "Overlay Plane Module Attributes" in the DICOM standard and Overlay Overview.
Example
For an example, refer to RasterImage.GetOverlayAttributes and RasterImage.UpdateOverlayAttributes.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterOverlayAttributes Class
RasterOverlayAttributes Members

 

 


Products | Support | Contact Us | Copyright Notices

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