←Select platform

DestinationLowBit Property

Summary

Gets or sets the bit position where the selected mask will be copied into the destination image.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int DestinationLowBit { get; set; } 
Public Property DestinationLowBit As Integer 
public int DestinationLowBit {get; set;} 
@property (nonatomic, assign) NSUInteger destinationLowBit 
public int getDestinationLowBit() 
public void setDestinationLowBit(int value) 
             
 <br/>get_DestinationLowBit();<br/>set_DestinationLowBit(value);<br/>Object.defineProperty('DestinationLowBit');  
public: 
property int DestinationLowBit { 
   int get(); 
   void set (    int ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly