Leadtools.ImageProcessing.SpecialEffects Namespace > IntelligentUpScaleCommand Class > IntelligentUpScaleCommand Constructor : IntelligentUpScaleCommand Constructor(RasterImage,RasterColor,RasterColor,Boolean,Boolean,Int32,Int32,Int32,Int32,Int32) |
public IntelligentUpScaleCommand( RasterImage maskImage, RasterColor removeObjectColor, RasterColor preserveObjectColor, bool useRemoveObjectColor, bool usePreserveObjectColor, int newWidth, int widthUpScalingFactor, int newHeight, int heightUpScalingFactor, int upScalingOrder )
'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 widthUpScalingFactor As Integer, _ ByVal newHeight As Integer, _ ByVal heightUpScalingFactor As Integer, _ ByVal upScalingOrder 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 widthUpScalingFactor As Integer Dim newHeight As Integer Dim heightUpScalingFactor As Integer Dim upScalingOrder As Integer Dim instance As New IntelligentUpScaleCommand(maskImage, removeObjectColor, preserveObjectColor, useRemoveObjectColor, usePreserveObjectColor, newWidth, widthUpScalingFactor, newHeight, heightUpScalingFactor, upScalingOrder)
public IntelligentUpScaleCommand( RasterImage maskImage, RasterColor removeObjectColor, RasterColor preserveObjectColor, bool useRemoveObjectColor, bool usePreserveObjectColor, int newWidth, int widthUpScalingFactor, int newHeight, int heightUpScalingFactor, int upScalingOrder )
function IntelligentUpScaleCommand( maskImage , removeObjectColor , preserveObjectColor , useRemoveObjectColor , usePreserveObjectColor , newWidth , widthUpScalingFactor , newHeight , heightUpScalingFactor , upScalingOrder )
public: IntelligentUpScaleCommand( RasterImage^ maskImage, RasterColor removeObjectColor, RasterColor preserveObjectColor, bool useRemoveObjectColor, bool usePreserveObjectColor, int newWidth, int widthUpScalingFactor, int newHeight, int heightUpScalingFactor, int upScalingOrder )