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;}
get_YScalarDenominator();
set_YScalarDenominator(value);
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.
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