←Select platform

Decrypt Method

Summary

De-scrambles the pixel data of the image at the specified location and size using a key.

Syntax

C#
VB
Java
WinRT C#
C++
public abstract void Decrypt( 
   AnnContainer container, 
   LeadRectD bounds, 
   int key 
) 
Public MustOverride Sub Decrypt( _ 
   ByVal container As Leadtools.Annotations.Core.AnnContainer, _ 
   ByVal bounds As Leadtools.LeadRectD, _ 
   ByVal key As Integer _ 
)  
public abstract void decrypt(AnnContainer container, LeadRectD bounds, int key) 
 function Leadtools.Annotations.Core.AnnDataProvider.Decrypt(  
   container , 
   bounds , 
   key  
) 
public:  
   virtual void Decrypt( 
      AnnContainer^ container, 
      LeadRectD^ bounds, 
      Int32 key 
   ) abstract 

Parameters

container
The reference AnnContainer.

bounds
The location and size in container on where to de-scramble the image data. This is in container coordinates.

key
The key to use for the de-scramble operation.

Remarks

Encrypt is called to scramble the image data using a key. The same key is used when Decrypt is called de-scramble the data. Refer to AnnDataProvider for more information.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly