LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

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. .NET support Silverlight support WinRT support
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
)
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ScrambleCommand Class
ScrambleCommand Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

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