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+.