←Select platform

NewHeight Property

Summary

Gets or sets the new Height.

Syntax
C#
VB
C++
public int NewHeight { get; set; } 
  
Public Property NewHeight As Integer 
public: 
property int NewHeight { 
   int get(); 
   void set (    int ); 
} 

Property Value

Value that represents the new height. Range from 1 to the height of the image less 1.

Example

Refer to AgingCommand.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly