LEADTOOLS (Leadtools assembly)

ScrambleCommand Constructor(LeadRect,Int32,ScrambleCommandFlags)

Show in webframe







Rectangle which describes the area to scramble.
Key that determines the scramble.
Flag that determines whether to encrypt or decrypt the area.
Initializes a new instance of the ScrambleCommand class with explicit parameters.
Syntax
public ScrambleCommand( 
   LeadRect rc,
   int key,
   ScrambleCommandFlags flags
)
'Declaration
 
Public Function New( _
   ByVal rc As LeadRect, _
   ByVal key As Integer, _
   ByVal flags As ScrambleCommandFlags _
)
'Usage
 
Dim rc As LeadRect
Dim key As Integer
Dim flags As ScrambleCommandFlags
 
Dim instance As New ScrambleCommand(rc, key, flags)
public ScrambleCommand( 
   LeadRect rc,
   int key,
   ScrambleCommandFlags flags
)
-(id)initWithRectangle:(LeadRect)rectangle 
                   key:(unsigned int)key 
                 flags:(LTScrambleCommandFlags)flags;
            
public ScrambleCommand(
  LeadRect rc, 
  int key, 
  int flags
)
            
function ScrambleCommand( 
   rc ,
   key ,
   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

See Also

Reference

ScrambleCommand Class
ScrambleCommand Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.