Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.23
|
public static readonly int MaxRegionFrameIndex
'Declaration
Public Shared ReadOnly MaxRegionFrameIndex As Integer
'Usage
Dim value As Integer value = RasterImagePainter.MaxRegionFrameIndex
public: static readonly int MaxRegionFrameIndex
When painting an image region using FrameRegion(RasterImage,Graphics,RasterRegionXForm,Int32), you can animate the region frame by cycling through the region frames for 0 to MaxRegionFrameIndex.
For more information refer to RasterImage and GDI/GDI+.