Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
Leadtools Namespace > RasterRegionXForm Class : XScalarDenominator Property |
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) NSInteger xScalarDenominator
public int getXScalarDenominator() public void setXScalarDenominator(int value)
<br/>get_XScalarDenominator();<br/>set_XScalarDenominator(value);<br/>Object.defineProperty('XScalarDenominator');
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.