←Select platform

CopyRepetitions Property

Summary

Holds the required number of copy repetitions.

Syntax

C#
VB
C++
public int CopyRepetitions { get; } 
Public ReadOnly Property CopyRepetitions As Integer 
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:

  • A value of 0 means that the line should not be copied.
  • A value of 1 means that the line should be copied once.
  • A value of 2 means that the line should be copied twice.
  • And so on ....
Example

For an example, refer to RasterBufferResize.

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 Assembly