Leadtools Namespace > RasterRegionXForm Class : YScalarDenominator Property |
public int YScalarDenominator {get; set;}
'Declaration Public Property YScalarDenominator As Integer
'Usage Dim instance As RasterRegionXForm Dim value As Integer instance.YScalarDenominator = value value = instance.YScalarDenominator
public int YScalarDenominator {get; set;}
@property (nonatomic, assign) int yScalarDenominator;
public int getYScalarDenominator() public void setYScalarDenominator(int value)
get_YScalarDenominator();
set_YScalarDenominator(value);
Object.defineProperty('YScalarDenominator');
When translating information from the image, you can use the height of the painting method source rectangle for this value. (By default, it is the image height.)
When translating information to the image, you can use the height 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.