Displays an outline of the Windows HRGN in the given System.Drawing.Graphics object.
public static void FrameRegion(
IntPtr hrgn,
Graphics graphics,
int frameIndex
)
Public Overloads Shared Sub FrameRegion( _
ByVal hrgn As IntPtr, _
ByVal graphics As Graphics, _
ByVal frameIndex As Integer _
)
public:
static void FrameRegion(
IntPtr hrgn,
Graphics^ graphics,
int frameIndex
)
hrgn
Windows HRGN object.
graphics
System.Drawing.Graphics object where the frame is to appear.
frameIndex
Zero-index of the frame to display. Possible values are from 0 to MaxRegionFrameIndex. You can animate the region frame by cycling between these values.
If the region includes non-contiguous shapes, each shape is outlined. The outline, itself, is inside the region.
This method is designed to produce an animated frame, which you can implement by calling the method with a timer event that cycles through the possible frame types.
For more information refer to RasterImage and GDI/GDI+.
For more information, refer to Creating a Region and Working with the Existing Region.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document