Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

CopyRectangleCommand Constructor(LeadRect,RasterMemoryFlags)








The rectangle to copy (in pixels).
Flags that control memory allocation for the destination image.
Initializes a new instance of the CopyRectangleCommand class with explicit parameters.
Syntax
public CopyRectangleCommand( 
   LeadRect rc,
   RasterMemoryFlags createFlags
)
'Declaration
 
Public Function New( _
   ByVal rc As LeadRect, _
   ByVal createFlags As RasterMemoryFlags _
)
'Usage
 
Dim rc As LeadRect
Dim createFlags As RasterMemoryFlags
 
Dim instance As New CopyRectangleCommand(rc, createFlags)
public CopyRectangleCommand( 
   LeadRect rc,
   RasterMemoryFlags createFlags
)
- (instancetype)initWithRectangle:(LeadRect)rect 
                            flags:(LTRasterMemoryFlags)flags
            
public CopyRectangleCommand(
   LeadRect rc, 
   int createFlags
)
            
function CopyRectangleCommand( 
   rc ,
   createFlags 
)
public:
CopyRectangleCommand( 
   LeadRect rc,
   RasterMemoryFlags 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

See Also

Reference

CopyRectangleCommand Class
CopyRectangleCommand Members
Overload List

Error processing SSI file