Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property CopyRepetitions As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public int CopyRepetitions {get;} |
Return Value
The number of times needed to copy the new resized line buffer to the new image.For an example, refer to RasterBufferResize.
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 ....
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family