C#
VB
Java
Objective-C
WinRT C#
C++
Initializes a new instance of the CloneCommand class with explicit parameters.
public CloneCommand(
RasterMemoryFlags createFlags
)
Public Function New( _
ByVal createFlags As Leadtools.RasterMemoryFlags _
)
public CloneCommand(
Leadtools.RasterMemoryFlags createFlags
)
- (instancetype)initWithFlags:(LTRasterMemoryFlags)flags
public CloneCommand(int createFlags)
function CloneCommand(
createFlags
)
public:
CloneCommand(
Leadtools.RasterMemoryFlags createFlags
)
createFlags
Flags that control memory allocation for the destination image.
For an example, refer to CloneCommand.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET