←Select platform

XScalarNumerator Property

Summary

The numerator for the X scaling factor.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int XScalarNumerator { get; set; } 
Public Property XScalarNumerator As Integer 
public int XScalarNumerator {get; set;} 
@property (nonatomic, assign) NSInteger xScalarNumerator 
public int getXScalarNumerator() 
public void setXScalarNumerator(int value) 
             
 <br/>get_XScalarNumerator();<br/>set_XScalarNumerator(value);<br/>Object.defineProperty('XScalarNumerator');  
public: 
property int XScalarNumerator { 
   int get(); 
   void set (    int ); 
} 

Property Value

The numerator for the X scaling factor.

Remarks

When translating information from the image, you can use the width of the painting method destination rectangle for this value.

Methods that translate in this direction are PaintRegion and GetRegionBounds.

When translating information to the image, you can use the width of the painting method source rectangle for this value. (By default, it is the image width.)

Methods that translate in this direction include:

For more information, refer to Translating Coordinates for a Region.

Example

For an example, refer to RasterRegion.Transform.

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 Assembly