testing syntax highlighting/code color-highlighting/etc ...
[code=php]
procedure TForm1.Button1Click(Sender: TObject);
Var
Center : TPoint;
Bitmap : TBitmap;
begin
Bitmap := TBitmap.Create;
Try
Center.y := (Image.Height div 2)+20;
Center.x := (Image.Width div 2)+0;
RotateBitmap_ads(
Image.Picture.Bitmap, //SourceBitmap : TBitmap;
Bitmap , //DestBitmap : TBitmap;
Center , //Center : TPoint;
Angle );//Angle : Extended): TBitmap;
Angle := Angle + 15;
Image2.Picture.Bitmap.Assign(Bitmap);
Finally
Bitmap.Free;
End;
end;
[/code]
EDIT: nope, didnt' work.
-vhelp 5139
		
			+ Reply to Thread
			
		
		
		
			
	
	
				Results 1 to 2 of 2
			
		Similar Threads
- 
  sony DAV-HDX589W multi code zone codeBy sam1821 in forum DVD & Blu-ray PlayersReplies: 4Last Post: 7th May 2010, 16:37
- 
  Testing BBCode "CODE' TagBy Frank-0-Video in forum TestReplies: 0Last Post: 6th Feb 2009, 11:31
- 
  PHP code used to generate code for Avysinth join mov and avi filesBy lindylex in forum User guidesReplies: 0Last Post: 19th Sep 2008, 04:37
- 
  HTML code suitable for different sized Monitors; also code to embedBy wiseant in forum Off topicReplies: 3Last Post: 8th May 2008, 19:14
- 
  moduleC:\program files\badgerit\svcd2dvd v2.5\code-lock.ocx failed to regisBy itsjimmyb in forum SVCD2DVD & VOB2MPGReplies: 8Last Post: 30th Jul 2007, 09:41


 
		
		 View Profile
				View Profile
			 View Forum Posts
				View Forum Posts
			 Private Message
				Private Message
			 
 
			
			 
			

 Quote
 Quote