Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

CreateFlags Property (CopyRectangleCommand)








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 CopyRectangleCommand
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)
            
 <br/>get_CreateFlags();<br/>set_CreateFlags(value);<br/>Object.defineProperty('CreateFlags'); 
public:
property RasterMemoryFlags CreateFlags {
   RasterMemoryFlags get();
   void set (    RasterMemoryFlags value);
}

Property Value

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

Target Platforms

See Also

Reference

CopyRectangleCommand Class
CopyRectangleCommand Members

Error processing SSI file