| 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.For an example, refer to FrameRegion(RasterImage,Graphics,RasterRegionXForm,Int32).
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+.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)