GdipCloneRegion (GDIPLUS.@)
GpStatus WINGDIPAPI GdipCloneRegion ( GpRegion* region, GpRegion** clone )
Creates a deep copy of the region.
region | [In] | source region. |
clone | [Out] | resulting clone. |
SUCCESS: Ok
FAILURE: InvalidParameter or OutOfMemory
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.