Leadtools Namespace > RasterRegionXForm Class : XScalarNumerator Property |
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;}
@property (nonatomic, assign) int xScalarNumerator;
public int getXScalarNumerator() public void setXScalarNumerator(int value)
get_XScalarNumerator();
set_XScalarNumerator(value);
Object.defineProperty('XScalarNumerator');
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.