The X offset of the external representation.
public int XOffset { get; set; }
Public Property XOffset As Integer
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');
The X offset of the external representation.
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.
For an example, refer to RasterRegion.Transform.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET