←Select platform

NewWidth Property

Summary

Gets or sets the new Width.

Syntax

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

Property Value

Value that represents the new width. Possible values range from 1 to the width of the image less 1.

Example

Refer to IntelligentUpScaleCommand.

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.SpecialEffects Assembly