SetBrushOrgEx (GDI32.@)
BOOL SetBrushOrgEx ( HDC hdc, INT x, INT y, LPPOINT oldorg )
Set the brush origin for a device context.
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. |
Success: TRUE. The origin is set to (x,y), and oldorg is updated if given.
Defined in "wingdi.h".
Implemented in "dlls/gdi32/brush.c". source.winehq.org/source/dlls/gdi32/brush.c
Debug channel "gdi".
Copyright © 2007 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2007.