Accusoft.ImagXpress13.Net
Move Method




A System.Drawing.Point value which represents the top-left position of the sprite within the image.
Moves the current sprite to a new position within the image.
Syntax
'Declaration
 
Public Sub Move( _
   ByVal point As Point _
) 
'Usage
 
Dim instance As Sprite
Dim point As Point
 
instance.Move(point)
public void Move( 
   Point point
)
public: void Move( 
   Point point
) 
public:
void Move( 
   Point point
) 

Parameters

point
A System.Drawing.Point value which represents the top-left position of the sprite within the image.
Remarks

The point is in pixels and are relative to the image. Because a sprite may be a non rectangular region, the point is the top and left coordinates of a rectangle which bounds the sprite.

Note: This method fails if there is no current sprite.

See Also

Reference

Sprite Class
Sprite Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback