GdipCreateRegionPath(3w)
NAME
GdipCreateRegionPath (GDIPLUS.@)
SYNOPSIS
GpStatus WINGDIPAPI GdipCreateRegionPath ( GpPath* path, GpRegion** region )
DESCRIPTION
Creates a GpRegion from a GpPath.
PARAMS
path [In] path to base the region on.
region [Out] pointer to the newly allocated region.
RETURNS
SUCCESS: Ok
FAILURE: InvalidParameter.
NOTES
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
IMPLEMENTATION
Defined in "gdiplusflat.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/gdiplus/region.c".
- Debug channel "gdiplus".