LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

CopyRepetitions Property






Holds the required number of copy repetitions. .NET support Silverlight support
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: 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

RasterBufferResize Class
RasterBufferResize Members

 

 


Products | Support | Contact Us | Copyright Notices

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