Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
ScrambleCommand Constructor(Rectangle,Int32,ScrambleCommandFlags)
See Also 
Leadtools.ImageProcessing Namespace > ScrambleCommand Class > ScrambleCommand Constructor : ScrambleCommand Constructor(Rectangle,Int32,ScrambleCommandFlags)



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.
Initializes a new instance of the ScrambleCommand class with explicit parameters.

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal rc As Rectangle, _
   ByVal key As Integer, _
   ByVal flags As ScrambleCommandFlags _
)
Visual Basic (Usage) Copy Code
Dim rc As Rectangle
Dim key As Integer
Dim flags As ScrambleCommandFlags
 
Dim instance As ScrambleCommand(rc, key, flags)
C#  
public ScrambleCommand( 
   Rectangle rc,
   int key,
   ScrambleCommandFlags flags
)
C++/CLI  
public:
ScrambleCommand( 
   Rectangle 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: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also