←Select platform

YScale Property

Summary
Gets or sets the amount of image y-axis (Height) scaling.
Syntax
C#
VB
Objective-C
C++
Java
public int YScale { get; set; } 
Public Property YScale As Integer 
@property (nonatomic, assign) NSUInteger yScale 
public int getYScale() 
public void setYScale(int value) 
public: 
property int YScale { 
   int get(); 
   void set (    int ); 
} 

Property Value

The amount of image y-axis (Height) scaling. This is a percentage value (divided internally by 100). This value must be equal to the one returned from GetTransformationParameters. This parameter accepts only positive values.

Requirements

Target Platforms

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

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.