Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

ScrambleCommand Constructor(LeadRect,Int32,ScrambleCommandFlags)








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
)
- (instancetype)initWithRectangle:(LeadRect)rect
                              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

Error processing SSI file