LEADTOOLS (Leadtools assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
ScrambleCommand Constructor(LeadRect,Int32,ScrambleCommandFlags)
See Also 
Leadtools.ImageProcessing Namespace > ScrambleCommand Class > ScrambleCommand Constructor : ScrambleCommand Constructor(LeadRect,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 LeadRect, _
   ByVal key As Integer, _
   ByVal flags As ScrambleCommandFlags _
)
Visual Basic (Usage)Copy Code
Dim rc As LeadRect
Dim key As Integer
Dim flags As ScrambleCommandFlags
 
Dim instance As New ScrambleCommand(rc, key, flags)
C# 
public ScrambleCommand( 
   LeadRect rc,
   int key,
   ScrambleCommandFlags flags
)
C++/CLI 
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: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7

See Also