'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 )
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.
Sprite Class Sprite Members
©2018. Accusoft Corporation. All Rights Reserved.