Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
rotate
- Page 1
Re: Rotate Image with transparent Background
Programming
Web Development
15 Years Ago
by beeerlover
Rotate
Image - I assume you mean randomly display an image from …
Rotate n*m grid
Programming
Software Development
16 Years Ago
by tillaart36
…E2 4 | 2 I've tried in a
rotate
function to take the original grid's width and… from that instantiate a destination grid by [CODE=PYTHON] def
rotate
(self, n): source = self width = (source.width) …self [/CODE] Unfortunately this let's me only
rotate
square grids and after talking to my teacher he…
Re: Rotate n*m grid
Programming
Software Development
16 Years Ago
by tillaart36
… :P): Print x, y for destination grid: [CODE=PYTHON] def
rotate
(self, n): source = self width = (source.width) height = (source.height… __getitem__(self, (x, y)): return self.grid[x][y] def
rotate
(self, n): source = self width = (source.width) height = (source.height…
Re: Rotate Text by 90 degrees firefox2
Programming
Web Development
15 Years Ago
by Troy III
… with javascript. I just wonder if you can
rotate
other elements like <div>s or <li&… specific browser only...[/QUOTE] No! There is no way to
rotate
images with javascript that I know of. When presentation content…]css[/I] can do. Nothing more. Meaning: If you can
rotate
image on its axes with css - than you'll be…
Re: rotate the textbox within the picturebox
Programming
Software Development
15 Years Ago
by hkdani
[QUOTE]I want to be able to
rotate
it.[/QUOTE] What do you mean
rotate
? That's kind of vague.
Rotate
it like an airplane propeller?
Rotate
it like a Marquee on a scoreboard? Please, clarify. You need to clarify what 'it' is. I'm guessing you want to
rotate
the picture and the text as a unit? Hank
rotate array
Programming
Software Development
10 Years Ago
by sahar.97
… array for example: k = 2 array before
rotate
--> 3 , 4 , 2 array after
rotate
---> 3 , 2 , 4 int[] temp = new…
Re: Rotate Text by 90 degrees firefox2
Programming
Web Development
15 Years Ago
by rhand
… Explorer and Firefox 3.5 I have found CSS to
rotate
, but not For Firefox < 3.5. So I am…?? For Firefox 3.5: [CODE]-moz-transform:
rotate
(-90deg);[/CODE] For Safari: [CODE]-webkit-transform:
rotate
(-90deg);[/CODE] For IE: [CODE]filter…
Re: Rotate Text by 90 degrees firefox2
Programming
Web Development
15 Years Ago
by rhand
… external javascript"; } ?> [/CODE] Now I just need to
rotate
the the li like I do with CSS for IE… like you mentioned Troy III:[QUOTE]Meaning: If you can
rotate
image on its axes with css - than you'll be… that with PHP I will focus on a javascript to
rotate
the <li> 90 degrees...
Rotate ad banner script
Digital Media
UI / UX Design
18 Years Ago
by cmills83
Can someone link me to a script that will
rotate
an ad banner on a website so a different ad appears when you refresh or revisit the page. I have a found a few scripts that
rotate
images but it has to be able to have the link with it too. Thanks.
Rotate Text by 90 degrees firefox2
Programming
Web Development
15 Years Ago
by sunilsinha
I need to
rotate
text by 90, 180 and 270 degrees. How can i … inner divs each having some text. Now i have to
rotate
that divs by 90, 180 and 270 by selecting it…
Re: Rotate Text by 90 degrees firefox2
Programming
Web Development
15 Years Ago
by rhand
… no help in these situations.[/QUOTE] I know you can
rotate
images with javascript. I just wonder if you can…
rotate
other elements like <div>s or <li&…
Rotate and Resize Bitmap
Programming
Software Development
14 Years Ago
by Unhnd_Exception
…)} Dim M As New Matrix 'Apply a rotation transform and
rotate
our original corners. M.RotateAt(Angle, New PointF(Original_Bitmap.Width… Dim g As Graphics = Graphics.FromImage(RotatedBitmap) 'reset the matrix,
rotate
it to our new box: set the graphics tranform, and…
rotate picture " jython "
Programming
Software Development
13 Years Ago
by Suzan Al-amassy
I wrote code to
rotate
the image 90 - 180-45 But how can I
rotate
the Image at different angles : 20 or 80 or 155 ..... Etc. in jython
rotate div using jquery working cross browser
Programming
Web Development
13 Years Ago
by vizz
…/javascript'> $(document).ready(function(){ $("#content").
rotate
(20); $("#inner_content").
rotate
(-20); }); </script> <div id="…
Re: rotate div using jquery working cross browser
Programming
Web Development
13 Years Ago
by AleMonteiro
Vizz, according to the sepecs of the jquery
rotate
plugin: it supports images. No where says it supposed to work with divs. Try using the
rotate
with an image in IE and see if it works.
Rotate elemnts in JavaScript
Programming
Web Development
12 Years Ago
by efth
I tried to
rotate
an element by changing the CSS using this code: elem.style.-moz-transform:
rotate
(45deg); It didn't work, and yes, I'm using firefox to test it. How should this be done?
Re: rotate image from left to right
Programming
Software Development
11 Years Ago
by ddanbe
I don't know how to
rotate
either, but I know how to google; examples: [
rotate
in winforms](http://stackoverflow.com/questions/416897/how-do-i-
rotate
-a-label-in-c) [in WPF](http://msdn.microsoft.com/en-us/library/system.windows.media.rotatetransform.angle(v=vs.110).aspx)
Re: rotate array
Programming
Software Development
10 Years Ago
by stultuske
also, what is the logic of your '
rotate
'? how come the first element of the array doesn't switch places?
Re: Rotate a byte in C#
Programming
Software Development
13 Years Ago
by kel634
…) - add the last bit to this number [CODE]static int
Rotate
(int x) { const int bytelength = 8; const int fullbyte = 255…;original value: " + k); Console.WriteLine("rotated value: " +
Rotate
(k)); Console.ReadLine(); }[/CODE]
Re: rotate div using jquery working cross browser
Programming
Web Development
13 Years Ago
by Airshow
Vizz, sorry I have no experience of `.
rotate
()`. I don't even know what it does. **Airshow**
Re: Rotate elemnts in JavaScript
Programming
Web Development
12 Years Ago
by exactprecisions
http://code.google.com/p/jquery-
rotate
/ a plugin you could use that is similar to the CSS3 transform
Re: Rotate elemnts in JavaScript
Programming
Web Development
12 Years Ago
by JorgeM
jQuery is just a JavaScript library. The JavaScript syntax should be : object.style.transform="
rotate
(45deg)"
Re: Rotate elemnts in JavaScript
Programming
Web Development
12 Years Ago
by JorgeM
Yea, sorry missed the Firefox detail. For Firefox, try... document.getElementById('elementID').style.MozTransform = '
rotate
(45deg)';
rotate a TBitmap using scanlines?!
Programming
Software Development
17 Years Ago
by OnIIcE
hello! im trying to
rotate
a tbitmap image using scanlines, and cant figure out how …
Rotate drawing object
Programming
Software Development
16 Years Ago
by Maritime
Hello, I have wrote code to display moon illuminated disc in the sky using API's, i want to make crescent inclined like a real moon in the sky. in fact want to
rotate
moon with an angle to left or right.
Rotate Image with transparent Background
Programming
Web Development
15 Years Ago
by sunilsinha
Hi all, I need to
rotate
image with transparent background. I am using PHP5.1 and GD2.1. I am creating a gif after rotation. Also tried to create png. but not getting transparent background. Also sometimes getting black background. can any one help on this. Thanks in advance
Re: Rotate Image with transparent Background
Programming
Web Development
15 Years Ago
by FlashCreations
… PNG and GIF in your post) [*]Do you want to
rotate
the image or do you want an animation of the…
Rotate a byte in C#
Programming
Software Development
15 Years Ago
by ddanbe
I saw a thread lately on this site to
rotate
an integer. Seemed like a fun project to do. There are probably more efficient solutions out there but this is mine, and indeed it was fun! It is mostly a demo on how you could use the less known shift operators.
rotate the textbox within the picturebox
Programming
Software Development
15 Years Ago
by neosonic
I got a textbox within the picturebox. I want to be able to
rotate
it. So all the writings inside it can be rotated as well. what is the best way to do it? thanks
Re: rotate the textbox within the picturebox
Programming
Software Development
15 Years Ago
by vb5prgrmr
That is after you take a picture (friends time (yahoo, google, ask, answers, bing) vb6 snapshot) of the textbox as a text box will not
rotate
in itself. Good Luck
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC