public void SetTileImage(
System.Int32 tileIndex,
Vintasoft.Imaging.VintasoftImage tileImage,
System.EventHandler<ProgressEventArgs> progressDelegate
)
public: void SetTileImage(
System.Int32 tileIndex,
Vintasoft.Imaging.VintasoftImage* tileImage,
System.EventHandler<ProgressEventArgs*>* progressDelegate
)
public:
void SetTileImage(
System.Int32 tileIndex,
Vintasoft.Imaging.VintasoftImage^ tileImage,
System.EventHandler<ProgressEventArgs^>^ progressDelegate
)
'Declaration Public Sub SetTileImage( _
ByVal tileIndexIndex of tile.As System.Int32, _
ByVal tileImageNew image of tile.As Vintasoft.Imaging.VintasoftImage, _
ByVal progressDelegateProgress delegate of tile image encoding.As System.EventHandler(Of ProgressEventArgs) _
)
Parameters
- tileIndex
- Index of tile.
- tileImage
- New image of tile.
- progressDelegate
- Progress delegate of tile image encoding.