Versie 2.80
svn path=/Slnkdwf/trunk/; revision=12530
This commit is contained in:
@@ -79,6 +79,7 @@ CPoint *CWhip2DCState::new_DWFToLP(WT_Point_Set const &pts)
|
||||
}
|
||||
|
||||
// Schaal de Whip-coordinatenruimte terug naar een GDI geschikte ruimte
|
||||
// TODO: Kan dit echt niet via setviewportext/setwindowext?
|
||||
CPoint CWhip2DCState::DWFToLP(WT_Logical_Point const &pt)
|
||||
{
|
||||
return CPoint(myRound((pt.m_x - m_MinMax.minpt().m_x)*m_mul),
|
||||
@@ -561,7 +562,7 @@ void CWhip2DCState::AlphaPolygon(LPPOINT lpPoints, int nCount ) const
|
||||
#ifdef _DEBUG
|
||||
if (!res)
|
||||
{
|
||||
myTRACE("\nHmmm, AlphaBlend failed?");
|
||||
myTRACE("\nHmmm, AlphaBlend failed? Probeer je SaveAsWMF of zo?");
|
||||
_CrtDbgBreak();
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user