←Select platform

CloneCommand Constructor(RasterMemoryFlags)

Summary

Initializes a new instance of the CloneCommand class with explicit parameters.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
Public Function New( _ 
   ByVal createFlags As Leadtools.RasterMemoryFlags _ 
) 
- (instancetype)initWithFlags:(LTRasterMemoryFlags)flags 
public CloneCommand(int createFlags) 
function CloneCommand(  
   createFlags  
) 
public: 
CloneCommand(  
   Leadtools.RasterMemoryFlags createFlags 
) 

Parameters

createFlags
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