←Select platform

CopyRectangleCommand Constructor(LeadRect,RasterMemoryFlags)

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
Public Function New( _ 
   ByVal rc As Leadtools.LeadRect, _ 
   ByVal createFlags As Leadtools.RasterMemoryFlags _ 
) 
- (instancetype)initWithRectangle:(LeadRect)rect  
                            flags:(LTRasterMemoryFlags)flags 
             
public CopyRectangleCommand( 
   LeadRect rc,  
   int createFlags 
) 
             
function CopyRectangleCommand(  
   rc , 
   createFlags  
) 

Parameters

rc
The rectangle to copy (in pixels).

createFlags
Flags that control memory allocation for the destination image.

Example

For an example, refer to CopyRectangleCommand.

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