Scroll to navigation

FixBrushOrgEx(3w) Wine API FixBrushOrgEx(3w)

NAME

FixBrushOrgEx (GDI32.@)

SYNOPSIS

BOOL FixBrushOrgEx
(
HDC hdc,
INT x,
INT y,
LPPOINT oldorg
)
 

DESCRIPTION

See SetBrushOrgEx(3w).
 

NOTES

This function is no longer documented by MSDN, but in Win95 GDI32 it is the same as SetBrushOrgEx(3w).
 

IMPLEMENTATION

Declared in "wingdi.h".
Implemented in "dlls/gdi32/brush.c".
Debug channel "gdi".
Oct 2012 Wine API