LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

XScalarNumerator Property






The numerator for the X scaling factor. .NET support Silverlight support WinRT support
Syntax
public int XScalarNumerator {get; set;}
'Declaration
 
Public Property XScalarNumerator As Integer
'Usage
 
Dim instance As RasterRegionXForm
Dim value As Integer
 
instance.XScalarNumerator = value
 
value = instance.XScalarNumerator
public int XScalarNumerator {get; set;}
 get_XScalarNumerator();
set_XScalarNumerator(value);
public:
property int XScalarNumerator {
   int get();
   void set (    int value);
}

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 Leadtools.Drawing.RasterImagePainter.PaintRegion(Leadtools.RasterImage,System.IntPtr,Leadtools.LeadRect,Leadtools.LeadRect,Leadtools.LeadRect,Leadtools.LeadRect,Leadtools.Drawing.RasterPaintProperties) 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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterRegionXForm Class
RasterRegionXForm Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.