'Declaration Public Sub SetStripImage( _
ByVal stripIndexИндекс полосы.As System.Int32, _
ByVal stripImageНовое изображение полосы.As Vintasoft.Imaging.VintasoftImage, _
ByVal progressDelegateПрогресс делегата кодирования изображения полосы.As System.EventHandler(Of ProgressEventArgs) _
)
public void SetStripImage(
System.Int32 stripIndex,
Vintasoft.Imaging.VintasoftImage stripImage,
System.EventHandler<ProgressEventArgs> progressDelegate
)
public: void SetStripImage(
System.Int32 stripIndex,
Vintasoft.Imaging.VintasoftImage* stripImage,
System.EventHandler<ProgressEventArgs*>* progressDelegate
)
public:
void SetStripImage(
System.Int32 stripIndex,
Vintasoft.Imaging.VintasoftImage^ stripImage,
System.EventHandler<ProgressEventArgs^>^ progressDelegate
)
Parameters
- stripIndex
- Индекс полосы.
- stripImage
- Новое изображение полосы.
- progressDelegate
- Прогресс делегата кодирования изображения полосы.