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 : XOffset Property |
public int XOffset {get; set;}
'Declaration
Public Property XOffset As Integer
'Usage
Dim instance As RasterRegionXForm Dim value As Integer instance.XOffset = value value = instance.XOffset
public int XOffset {get; set;}
@property (nonatomic, assign) NSInteger xOffset
public int getXOffset() public void setXOffset(int value)
<br/>get_XOffset();<br/>set_XOffset(value);<br/>Object.defineProperty('XOffset');
When translating information from the image, you can use the left value of the painting method destination rectangle.
When translating information to the image, you can negate the left value of the painting method destination rectangle (-left).
Refer to the XScalarNumerator property to see which methods translate which direction.
For more information, refer to Translating Coordinates for a Region.