The Y offset of the external representation.
public int YOffset { get; set; }
Public Property YOffset As Integer
public int YOffset {get; set;}
@property (nonatomic, assign) NSInteger yOffset
public int getYOffset()
public void setYOffset(int value)
<br/>get_YOffset();<br/>set_YOffset(value);<br/>Object.defineProperty('YOffset');
The Y offset of the external representation.
When translating information from the image, you can use the top value of the painting method destination rectangle.
When translating information to the image, you can negate the top value of the painting method destination rectangle (-top).
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