LEADTOOLS (Leadtools assembly)

CloneCommand Constructor(RasterMemoryFlags)

Show in webframe







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
)
- (id)initWithFlags:(LTRasterMemoryFlags)createFlags;
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

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.