LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

ValidateLines Method






Row number of the first line in the image to validate. In the RasterCodecs.LoadImage event, this corresponds to the first line in the buffer.
Number of lines to validate. In the RasterCodecs.LoadImage event, this corresponds to the number of lines in the buffer.
Validates lines of an image that was added during a RasterCodecs.LoadImage event using the Append function. .NET support WinRT support
Syntax
public void ValidateLines( 
   int row,
   int lines
)
'Declaration
 
Public Sub ValidateLines( _
   ByVal row As Integer, _
   ByVal lines As Integer _
) 
'Usage
 
Dim instance As RasterImageAnimator
Dim row As Integer
Dim lines As Integer
 
instance.ValidateLines(row, lines)
public void ValidateLines( 
   int row,
   int lines
)
 function Leadtools.RasterImageAnimator.ValidateLines( 
   row ,
   lines 
)
public:
void ValidateLines( 
   int row,
   int lines
) 

Parameters

row
Row number of the first line in the image to validate. In the RasterCodecs.LoadImage event, this corresponds to the first line in the buffer.
lines
Number of lines to validate. In the RasterCodecs.LoadImage event, this corresponds to the number of lines in the buffer.
Remarks

The Append method enables you to update an image in the RasterCodecs.LoadImage event, so that you can play an animation file as it is being loaded. The ValidateLines method lets you validate the lines that the animation playback engine will render to the target image.

If you pass null (Nothing in VisualBasic) in the animatedImage parameter for the RasterImageAnimator constructor, you can use the Append method to add frames to the multi-frame image during the animation. This is useful if you want to play an animated file as it is being loaded. If you need to reference the multi-frame image after the animation, you can call the Destroy method before you dispose this RasterImageAnimator object.

After you call Destroy, this RasterImageAnimator object is invalid and you should only call the Dispose method afterwards.

Example
For an example, refer to Append.
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

RasterImageAnimator Class
RasterImageAnimator Members

 

 


Products | Support | Contact Us | Copyright Notices

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