LEADTOOLS (Leadtools assembly)

CreateFlags Property (CloneCommand)

Show in webframe







Gets or sets the flags that control memory allocation for the destination image.
Syntax
public RasterMemoryFlags CreateFlags {get; set;}
'Declaration
 
Public Property CreateFlags As RasterMemoryFlags
'Usage
 
Dim instance As CloneCommand
Dim value As RasterMemoryFlags
 
instance.CreateFlags = value
 
value = instance.CreateFlags
public RasterMemoryFlags CreateFlags {get; set;}
@property (nonatomic, assign) LTRasterMemoryFlags createFlags;
public int getCreateFlags()
public void setCreateFlags(int value)
            
 
get_CreateFlags();
set_CreateFlags(value);
Object.defineProperty('CreateFlags');
public:
property RasterMemoryFlags CreateFlags {
   RasterMemoryFlags get();
   void set (    RasterMemoryFlags value);
}

Property Value

Leadtools.RasterMemoryFlags 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

 

 


Products | Support | Contact Us | Copyright Notices

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