LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)
LEAD Technologies, Inc

IntelligentDownScaleCommand Constructor(RasterImage,RasterColor,RasterColor,Boolean,Boolean,Int32,Int32,Int32)






RasterImage object that references mask image.
RasterColor value that specifies color of the area in the mask image in order to be removed and it has to be different than the rest of the image colors. If no remove color exist, then pass null.
RasterColor value that specifies color of the area in the mask image in order to be removed and it has to be different than the rest of the image colors. If no remove color exist, then pass null.
true to use the removeObjectColor parameter false otherwise.
true to use the removeObjectColor parameter false otherwise.
New width. Range from 1 to width of the image -1.
New height. Range from 1 to height of the image -1.
value that determine whether the processing will start with the width first then the height or vice versa. Pass 0 to start with the height, pass 1 to start with the width.
Initializes a new IntelligentDownScaleCommand class object with explicit parameters. .NET support WinRT support
Syntax
'Declaration
 
Public Function New( _
   ByVal maskImage As RasterImage, _
   ByVal removeObjectColor As RasterColor, _
   ByVal preserveObjectColor As RasterColor, _
   ByVal useRemoveObjectColor As Boolean, _
   ByVal usePreserveObjectColor As Boolean, _
   ByVal newWidth As Integer, _
   ByVal newHeight As Integer, _
   ByVal downScalingOrder As Integer _
)
'Usage
 
Dim maskImage As RasterImage
Dim removeObjectColor As RasterColor
Dim preserveObjectColor As RasterColor
Dim useRemoveObjectColor As Boolean
Dim usePreserveObjectColor As Boolean
Dim newWidth As Integer
Dim newHeight As Integer
Dim downScalingOrder As Integer
 
Dim instance As New IntelligentDownScaleCommand(maskImage, removeObjectColor, preserveObjectColor, useRemoveObjectColor, usePreserveObjectColor, newWidth, newHeight, downScalingOrder)
function IntelligentDownScaleCommand( 
   maskImage ,
   removeObjectColor ,
   preserveObjectColor ,
   useRemoveObjectColor ,
   usePreserveObjectColor ,
   newWidth ,
   newHeight ,
   downScalingOrder 
)

Parameters

maskImage
RasterImage object that references mask image.
removeObjectColor
RasterColor value that specifies color of the area in the mask image in order to be removed and it has to be different than the rest of the image colors. If no remove color exist, then pass null.
preserveObjectColor
RasterColor value that specifies color of the area in the mask image in order to be removed and it has to be different than the rest of the image colors. If no remove color exist, then pass null.
useRemoveObjectColor
true to use the removeObjectColor parameter false otherwise.
usePreserveObjectColor
true to use the removeObjectColor parameter false otherwise.
newWidth
New width. Range from 1 to width of the image -1.
newHeight
New height. Range from 1 to height of the image -1.
downScalingOrder
value that determine whether the processing will start with the width first then the height or vice versa. Pass 0 to start with the height, pass 1 to start with the width.
Example
For an example, refer to IntelligentDownScaleCommand.
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

IntelligentDownScaleCommand Class
IntelligentDownScaleCommand Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

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