LEADTOOLS (Leadtools assembly)

XScalarDenominator Property

Show in webframe







The denominator for the X scaling factor.
Syntax
public int XScalarDenominator {get; set;}
'Declaration
 
Public Property XScalarDenominator As Integer
'Usage
 
Dim instance As RasterRegionXForm
Dim value As Integer
 
instance.XScalarDenominator = value
 
value = instance.XScalarDenominator
public int XScalarDenominator {get; set;}
@property (nonatomic, assign) int xScalarDenominator;
public int getXScalarDenominator()
public void setXScalarDenominator(int value)
            
 
get_XScalarDenominator();
set_XScalarDenominator(value);
Object.defineProperty('XScalarDenominator');
public:
property int XScalarDenominator {
   int get();
   void set (    int value);
}

Property Value

The denominator for the X scaling factor.
Remarks

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

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

Refer to the XScalarNumerator property to see which methods translate which direction.

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

Example
For an example, refer to RasterRegion.Transform.
Requirements

Target Platforms

See Also

Reference

RasterRegionXForm Class
RasterRegionXForm Members

 

 


Products | Support | Contact Us | Copyright Notices

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