NAME

GdipCloneRegion  (GDIPLUS.@)

SYNOPSIS

 GpStatus WINGDIPAPI  GdipCloneRegion
 (
  GpRegion*  region,
  GpRegion** clone
 )

DESCRIPTION

Creates a deep copy of the region.

PARAMS

region [In] source region.
clone [Out] resulting clone.

RETURNS

SUCCESS: Ok

FAILURE: InvalidParameter or OutOfMemory

IMPLEMENTATION

Declared in "gdiplusflat.h". https://source.winehq.org/source/include/gdiplusflat.h

Implemented in "dlls/gdiplus/region.c". https://source.winehq.org/source/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 Mar 2024.