←Select platform

ScrambleCommand Constructor(LeadRect,int,ScrambleCommandFlags)

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
Public Function New( _ 
   ByVal rc As Leadtools.LeadRect, _ 
   ByVal key As Integer, _ 
   ByVal flags As Leadtools.Imageprocessing.ScrambleCommandFlags _ 
) 
- (instancetype)initWithRectangle:(LeadRect)rect 
                              key:(unsigned int)key 
                            flags:(LTScrambleCommandFlags)flags 
             
public ScrambleCommand( 
  LeadRect rc,  
  int key,  
  int flags 
) 
             
function ScrambleCommand(  
   rc , 
   key , 
   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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly