FXPoint operator * ( const FXPoint p,
FXshort  c 
) [friend]

Scale operators.

Definition at line 90 of file FXPoint.h.

00090 { return FXPoint(p.x*c,p.y*c); }


(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:35:33 2009 for TnFOX by doxygen v1.4.7