Error processing SSI file
LEADTOOLS GDI/GDI+ (Leadtools.Drawing assembly)

Show in webframe

MaxRegionFrameIndex Field






Gets the maximum region frame index.
Syntax
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

Field Value

The maximum region frame index.
Example
For an example, refer to FrameRegion(RasterImage,Graphics,RasterRegionXForm,Int32).
Remarks

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

Requirements

Target Platforms

See Also

Reference

RasterImagePainter Class
RasterImagePainter Members

Error processing SSI file