Accusoft.ImagXpress13.Net
Paste Method




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

Parameters

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

This method pastes a copy of the current sprite into the image. The current sprite is not deleted.

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