←Select platform

UpScalingOrder Property

Summary

Gets or sets the value that determine whether the processing will start with the width first then the height or vice versa.

Syntax

C#
VB
WinRT C#
C++
public int UpScalingOrder {get; set;}
Public Property UpScalingOrder As Integer
public int UpScalingOrder {get; set;}
get_UpScalingOrder(); 
set_UpScalingOrder(value); 
Object.defineProperty('UpScalingOrder'); 
public: 
property int UpScalingOrder { 
   int get(); 
   void set (    int ); 
} 

Property Value

Value that determines whether the processing will start with the width first and then the height or vice versa. Pass 0 to start with the height, pass 1 to start with the width.

Example

Refer to IntelligentUpScaleCommand.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.ImageProcessing.SpecialEffects Assembly
Click or drag to resize