Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal rc As Rectangle, _ ByVal key As Integer, _ ByVal flags As ScrambleCommandFlags _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
Managed Extensions for C++ | |
---|---|
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.
For an example, refer to ScrambleCommand.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family