T O P I C R E V I E W |
wesleybobato |
Posted - Jul 25 2014 : 11:22:19 Hello Nigel Method Proc.Rotate is now Deprecated What method should I use now
Thank you for your attention. |
4 L A T E S T R E P L I E S (Newest First) |
wesleybobato |
Posted - Jul 25 2014 : 12:52:14 Thanks William and Nigel.
My fault. |
xequte |
Posted - Jul 25 2014 : 12:11:53 Hi Wesley
There are two rotate methods, one that is deprecated, and a newer one (that Bill lists) that has different parameters).
Nigel Xequte Software www.xequte.com nigel@xequte.com
|
wesleybobato |
Posted - Jul 25 2014 : 11:37:41 My Compiler Delphi XE1 says that this method is deprecated perhaps only in Delphi XE1 I thought I had a new method that replaces itself.
Thank you for your attention |
w2m |
Posted - Jul 25 2014 : 11:29:38 There is an overloaded method to rotate that is not depreciated: procedure Rotate(Angle: double; AntiAliasMode: TIEAntialiasMode = ierFast; BackgroundColor: TColor = -1); {$ifdef IEINCLUDEDEPRECATEDMETHODS} overload; {$endif}
Bill Miller Adirondack Software & Graphics Email: w2m@hughes.net EBook: http://www.imageen.com/ebook/ Custom Commercial ImageEn Development |