Accusoft ImagXpress 13
RgnMoveSprite Method
The left position of the sprite within the image.
The top position of the sprite within the image.
Description
Moves the current sprite to a new position within the image.
Syntax
Visual Basic
Public Sub RgnMoveSprite( _
   ByVal x As Long, _
   ByVal y As Long _
) 
Parameters
x
The left position of the sprite within the image.
y
The top position of the sprite within the image.
Remarks

The x and y positions are in pixels and are with respect to the image. Because a sprite may be a non rectangular region, the x and y positions are the top and left coordinates of a rectangle which bounds the sprite.

This method fails if there is no current sprite.

See Also

ImagXpress Object  | ImagXpress Members  | RgnCreateSprite Method  | Area and Region

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback