←Select platform

CreateFlags Property

Summary

Gets or sets the flags that control memory allocation for the destination image.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public RasterMemoryFlags CreateFlags { get; set; } 
Public Property CreateFlags As Leadtools.RasterMemoryFlags 
public Leadtools.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 Leadtools.RasterMemoryFlags CreateFlags { 
   Leadtools.RasterMemoryFlags get(); 
   void set (    Leadtools.RasterMemoryFlags ); 
} 

Property Value

RasterMemoryFlags flags that control memory allocation for the destination image.

Example

For an example, refer to CloneCommand.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly