LEADTOOLS (Leadtools assembly)

CopyRepetitions Property

Show in webframe







Holds the required number of copy repetitions.
Syntax
public int CopyRepetitions {get;}
'Declaration
 
Public ReadOnly Property CopyRepetitions As Integer
'Usage
 
Dim instance As RasterBufferResize
Dim value As Integer
 
value = instance.CopyRepetitions
public int CopyRepetitions {get;}

            

            
 get_CopyRepetitions(); 
public:
property int CopyRepetitions {
   int get();
}

Property Value

The number of times needed to copy the new resized line buffer to the new image.
Remarks

When an image is being enlarged, some lines must be copied more than once. When an image is being reduced, some lines must be eliminated (not copied at all).

For example:

Example
For an example, refer to RasterBufferResize.
Requirements

Target Platforms

See Also

Reference

RasterBufferResize Class
RasterBufferResize Members

 

 


Products | Support | Contact Us | Copyright Notices

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