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) int xOffset;
public int getXOffset() public void setXOffset(int value)
get_XOffset();
set_XOffset(value);
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.