Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

CloneCommand Constructor(RasterMemoryFlags)








Flags that control memory allocation for the destination image.
Initializes a new instance of the CloneCommand class with explicit parameters.
Syntax
public CloneCommand( 
   RasterMemoryFlags createFlags
)
'Declaration
 
Public Function New( _
   ByVal createFlags As RasterMemoryFlags _
)
'Usage
 
Dim createFlags As RasterMemoryFlags
 
Dim instance As New CloneCommand(createFlags)
public CloneCommand( 
   RasterMemoryFlags createFlags
)
- (instancetype)initWithFlags:(LTRasterMemoryFlags)flags
public CloneCommand(int createFlags)
function CloneCommand( 
   createFlags 
)
public:
CloneCommand( 
   RasterMemoryFlags createFlags
)

Parameters

createFlags
Flags that control memory allocation for the destination image.
Example
For an example, refer to CloneCommand.
Requirements

Target Platforms

See Also

Reference

CloneCommand Class
CloneCommand Members
Overload List

Error processing SSI file