SetBrushOrgEx(3w)
NAME
SetBrushOrgEx (GDI32.@)
SYNOPSIS
BOOL SetBrushOrgEx ( HDC hdc, INT x, INT y, LPPOINT oldorg )
DESCRIPTION
Set the brush origin for a device context.
PARAMS
hdc [In] Device context to set the brush origin for.
x [In] New x origin.
y [In] Ney y origin.
oldorg [Out] If non NULL, destination for previously set brush origin.
RETURNS
Success: TRUE. The origin is set to (x,y), and oldorg is updated if
given.
IMPLEMENTATION
Defined in "wingdi.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/gdi32/brush.c".
- Debug channel "gdi".