Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
The Region::IsInfinite method determines whether this region is infinite.
Syntax
BOOL IsInfinite(
[in] const Graphics *g
);
Parameters
[in] g
Type: const Graphics*
Pointer to a Graphics object that contains the world and page transformations required to calculate the device coordinates of this region.
Return value
Type: BOOL
If this region is infinite, this method returns TRUE; otherwise, it returns FALSE.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP, Windows 2000 Professional [desktop apps only] |
| Minimum supported server | Windows 2000 Server [desktop apps only] |
| Target Platform | Windows |
| Header | gdiplusheaders.h (include Gdiplus.h) |
| Library | Gdiplus.lib |
| DLL | Gdiplus.dll |