PyCDC.SetBrushOrg

(int, int) = SetBrushOrg(point)

Specifies the origin that GDI will assign to the next brush that the application selects into the device context.

Parameters

point : (x,y)

The new origin in device units.

MFC References

CDC::SetBrushOrg

Return Value

The previous origin in device units.