Accusoft.ImagXpress13.Net
Create() Method




Creates a copy of the current region in a transparent window that can be moved or pasted into the image.
Syntax
'Declaration
 
Public Overloads Function Create() As Boolean
'Usage
 
Dim instance As Sprite
Dim value As Boolean
 
value = instance.Create()
public bool Create()
public: bool Create(); 
public:
bool Create(); 

Return Value

A boolean value which represents whether the sprite was created or not.
Remarks

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

See Also

Reference

Sprite Class
Sprite Members
Overload List

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback