CDC::SetBrushOrg

This member function specifies the origin that GDI will assign to the next brush that the application selects into the device context.

Syntax

CPoint SetBrushOrg( int x, int y );

CPoint SetBrushOrg( POINT point );

At a Glance

Header File Afxwin.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

See Also

CDC Overview, CDC Member Functions, Graphical Drawing Classes, CBrush, CDC::GetBrushOrg, CDC::SelectObject