←Select platform

ScrambleCommand Constructor(LeadRect,int,ScrambleCommandFlags)

Summary
Initializes a new instance of the ScrambleCommand class with explicit parameters.
Syntax
C#
VB
Objective-C
C++
Java
Public Function New( _ 
   ByVal rc As LeadRect, _ 
   ByVal key As Integer, _ 
   ByVal flags As ScrambleCommandFlags _ 
) 
- (instancetype)initWithRectangle:(LeadRect)rect 
                              key:(unsigned int)key 
                            flags:(LTScrambleCommandFlags)flags 
public ScrambleCommand( 
  LeadRect rc,  
  int key,  
  int flags 
) 
public: 
ScrambleCommand(  
   LeadRect rc, 
   int key, 
   ScrambleCommandFlags flags 
) 

Parameters

rc
Rectangle which describes the area to scramble.

key
Key that determines the scramble.

flags
Flag that determines whether to encrypt or decrypt the area.

Example

For an example, refer to ScrambleCommand.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.