Leadtools.ImageProcessing.Core Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
ShiftDataCommand Class Members
See Also  Properties  Methods  Events
Leadtools.ImageProcessing.Core Namespace : ShiftDataCommand Class


The following tables list the members exposed by ShiftDataCommand.

Public Constructors

 NameDescription
Public ConstructorShiftDataCommand ConstructorOverloaded.  Initializes a new ShiftDataCommand class object with default parameters.  
Top

Public Properties

 NameDescription
Public PropertyDestinationBitsPerPixel Gets or sets the bits per pixel for the destination image. The allowed values are 8, 12, or 16.  
Public PropertyDestinationImage RasterImage object that references the 8, 12 or 16-bit grayscale image resulting from the command. The source image will not be affected.  
Public PropertyDestinationLowBit Gets or sets the bit position where the selected mask will be copied into the destination image.  
Public PropertyHasProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public PropertySourceHighBit Gets or sets the position of the end bit.  
Public PropertySourceLowBit Gets or sets the position of the start bit that will construct the mask.  
Top

Public Methods

 NameDescription
Public MethodOnProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public Methodraise_Progress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public MethodRun (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public MethodToStringOverridden.  Overridden. Returns a meaningful name for this command.  
Top

Protected Methods

Public Events

 NameDescription
Public EventProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Top

See Also