←Select platform

YScale Property (ApplyTransformationParametersCommand)

Summary

Gets or sets the amount of image y-axis (Height) scaling.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int YScale {get; set;}
Public Property YScale As Integer
public int YScale {get; set;}
@property (nonatomic, assign) NSUInteger yScale
public int getYScale() 
public void setYScale(int value) 
get_YScale(); 
set_YScale(value); 
Object.defineProperty('YScale'); 
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

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