LEADTOOLS (Leadtools assembly)

BitPosition Property

Show in webframe







Gets or sets the corresponding bit plane associated with an overlay
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;}
@property (nonatomic, assign) unsigned short bitPosition;
public int getBitPosition()
public void setBitPosition(int value)
            
 
get_BitPosition();
set_BitPosition(value);
Object.defineProperty('BitPosition');
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

See Also

Reference

RasterOverlayAttributes Class
RasterOverlayAttributes Members

 

 


Products | Support | Contact Us | Copyright Notices

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