Einzelnen Beitrag anzeigen

EWeiss
(Gast)

n/a Beiträge
 
#24

Re: Übersetzung Class MagneticWindow

  Alt 10. Okt 2006, 16:38
So gehts !

Delphi-Quellcode:
WMSZ_LEFT, WMSZ_TOPLEFT, WMSZ_BOTTOMLEFT:
  begin
      case Abs(rcTmp.x1 - x1) < SnapWidth of True:
       rcWnd.x1 := x1;
      end;
      case Abs(rcTmp.x1 - x2) < SnapWidth of true:
       rcWnd.x1 := x2;
      End;
   End;
Danke.

Gruß
  Mit Zitat antworten Zitat