'Declaration Public Sub SetStripImage( _
ByVal stripIndexIndex of strip.As System.Int32, _
ByVal stripImageNew image of strip.As Vintasoft.Imaging.VintasoftImage, _
ByVal progressDelegateProgress delegate of strip image encoding.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
- Index of strip.
- stripImage
- New image of strip.
- progressDelegate
- Progress delegate of strip image encoding.