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 "dlls/gdi32/brush.c". source.winehq.org/source/dlls/gdi32/brush.c

Debug channel "gdi".


Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2008.