LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

DestinationLowBit Property

Show in webframe







Gets or sets the bit position where the selected mask will be copied into the destination image.
Syntax
public int DestinationLowBit {get; set;}
'Declaration
 
Public Property DestinationLowBit As Integer
'Usage
 
Dim instance As ShiftDataCommand
Dim value As Integer
 
instance.DestinationLowBit = value
 
value = instance.DestinationLowBit
public int DestinationLowBit {get; set;}
@property (nonatomic, assign) unsigned int destinationLowBit;
public int getDestinationLowBit()
public void setDestinationLowBit(int value)
            
 
get_DestinationLowBit();
set_DestinationLowBit(value);
Object.defineProperty('DestinationLowBit');
public:
property int DestinationLowBit {
   int get();
   void set (    int value);
}

Property Value

The bit position where the selected mask will be copied into the destination image. This property accepts only positive values.
Example
Refer to ShiftDataCommand.
Requirements

Target Platforms

See Also

Reference

ShiftDataCommand Class
ShiftDataCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.