Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property CopyRepetitions As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public int CopyRepetitions {get;} |
Managed Extensions for C++ | |
---|---|
public: __property int get_CopyRepetitions(); |
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 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family