ImageBeginPixelContentChange Method

CVB.Net Documentation
Starts an image update block.

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public void BeginPixelContentChange()
Remarks

Normally API operations changing this image will result in an immediate PixelContentChanged event. If several updates are performed they can be grouped together so that only one event is fired after the full block.

Several blocks can also be nested. The event will then fired when the last block is closed.

See Also

Reference