Creates a copy of the current region in a transparent window that can be moved or pasted into the image.
'Declaration
Public Overloads Function Create() As Boolean
'Usage
Dim instance As Sprite
Dim value As Boolean
value = instance.Create()
Return Value
A boolean value which represents whether the sprite was created or not.