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) int yOffset;
public int getYOffset() public void setYOffset(int value)
get_YOffset();
set_YOffset(value);
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.