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 : YOffset Property |
public int YOffset {get; set;}
'Declaration
Public Property YOffset As Integer
'Usage
Dim instance As RasterRegionXForm Dim value As Integer instance.YOffset = value value = instance.YOffset
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');
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.