GdipCreateRegionPath (GDIPLUS.@)
GpStatus WINGDIPAPI GdipCreateRegionPath ( GpPath* path, GpRegion** region )
Creates a GpRegion from a GpPath.
path | [In] | path to base the region on. |
region | [Out] | pointer to the newly allocated region. |
SUCCESS: Ok
FAILURE: InvalidParameter.
If a path has no floating point points, its points will be stored as shorts (INTPATH).
If a path is empty, it is considered to be an INTPATH
Declared in "include/gdiplusflat.h". gitlab.winehq.org/wine/wine/blob/master/include/gdiplusflat.h
Implemented in "dlls/gdiplus/region.c". gitlab.winehq.org/wine/wine/blob/master/dlls/gdiplus/region.c
Debug channel "gdiplus".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.