Accusoft ImagXpress 12
RgnMoveSprite Method
See Also  Send comments on this topic.
x
The left position of the sprite within the image.
y
The top position of the sprite within the image.
AccusoftImagXpress12 ActiveX DLL > ImagXpress Object : RgnMoveSprite Method

Glossary Item Box

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

©2013. Accusoft Corporation. All Rights Reserved.