LEADTOOLS GDI/GDI+ (Leadtools.Drawing assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
MaxRegionFrameIndex Field
See Also 



Gets the maximum region frame index.

Syntax

Visual Basic (Declaration) 
Public Shared ReadOnly MaxRegionFrameIndex As Integer
Visual Basic (Usage)Copy Code
Dim value As Integer
 
value = RasterImagePainter.MaxRegionFrameIndex
C# 
public static readonly int MaxRegionFrameIndex
C++/CLI 
public:
static readonly int MaxRegionFrameIndex

Field Value

The maximum region frame index.

Example

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: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also