No announcements
Found 681673 threads
-
0 Votes
Canvas child animation in c++ code
I would suggest to use TranslateTransform rather than Canvas and making sure it is initialize BEFORE attempting to use sb.Begin() For me I had the same error as you and the ...Answered | 4 Replies | 2173 Views | Created by SmokeAlarmPizza - Thursday, May 16, 2013 3:37 PM | Last reply by GearWorld - Tuesday, December 31, 2013 12:56 PM -
0 Votes
c # Code for Object animation using Key frames
Transformation and animation are quite different.Answered | 2 Replies | 3118 Views | Created by arka_b1990 - Thursday, September 27, 2012 7:59 PM | Last reply by Abhishek.Sur - Friday, September 28, 2012 12:45 AM -
2 Votes
C# Animation (Starfield effect)
Hi, the programmer of that starfield shares his code, so just port it to c# (which shouldnt be hard from Javascript, you can use all algorithmic code ...Answered | 3 Replies | 2497 Views | Created by Dubbioso - Sunday, May 3, 2015 1:35 PM | Last reply by Dubbioso - Sunday, May 3, 2015 6:37 PM -
0 Votes
Animation in Code behind
Here's a sample without (I had to modify your code a little as I don't have your NumGen object): EllipseGeometry ellipse; ...Answered | 1 Replies | 4067 Views | Created by Rjohnson123 - Monday, June 1, 2009 5:57 PM | Last reply by JamesChambers - Monday, June 1, 2009 6:52 PM -
0 Votes
[W8.1] Animating the movement of an image from one point on a canvas to another
" As a general rule all writing to the GUI from code behind should be avoided.Answered | 6 Replies | 645 Views | Created by Trec Apps - Wednesday, March 2, 2016 8:12 PM | Last reply by Rob Caplan [MSFT] - Friday, March 18, 2016 7:07 AM -
0 Votes
Selecting Child Control on Canvas
); double daltaY = position.Y - startPosition.Y; ...Answered | 4 Replies | 10820 Views | Created by BalajiTE - Monday, June 6, 2011 9:46 PM | Last reply by Jarrey - Wednesday, July 13, 2011 7:26 AM -
2 Votes
Adding Multiple animations to a story board
suppose a car (rectangle) enters the road at 3rd second .It actaauly stays stationary in the canvas for first 3 seconds and from third ...Answered | 5 Replies | 2703 Views | Created by arka_b1990 - Friday, September 21, 2012 8:32 PM | Last reply by arka_b1990 - Wednesday, September 26, 2012 6:42 AM -
0 Votes
(Canvas on Canvas)
This is the bug from your sample code.Answered | 10 Replies | 3031 Views | Created by T Hofmann - Friday, October 12, 2012 4:18 PM | Last reply by Matt Galbraith - Thursday, October 18, 2012 4:43 PM -
1 Votes
gif animation with img object
But beneath your reference it also says "When the <var>image</var> argument is an HTMLVideoElement, then the frame at the current playback ...Answered | 4 Replies | 6095 Views | Created by Hobby Developer - Saturday, March 26, 2011 8:03 PM | Last reply by Hobby Developer - Friday, April 22, 2011 3:06 AM -
3 Votes
Rotation With Canvas
= null && child is T) { yield return (T)child; } foreach (T ...Answered | 7 Replies | 1643 Views | Created by TRushit R - Monday, December 21, 2015 5:15 AM | Last reply by Andy ONeill - Tuesday, December 29, 2015 3:04 PM -
0 Votes
WPF Canvas bounds trouble
I've created custom control which consists of Canvas and multiple child elements which are tiled on ...Answered | 3 Replies | 5782 Views | Created by tillias - Tuesday, January 18, 2011 11:45 AM | Last reply by tillias - Tuesday, January 18, 2011 1:09 PM -
1 Votes
Subclassing Canvas
For using any custom types in XAML, such as provided by external libraries, this step is needed, similiar to how we ...Answered | 5 Replies | 6510 Views | Created by mcdvrd - Wednesday, July 11, 2007 9:34 PM | Last reply by Jon 1001 - Tuesday, November 26, 2013 3:18 PM -
0 Votes
wpf animation issue
I have 2 user controls in a canvas in a Windows Presentation Foundation Application.Answered | 1 Replies | 727 Views | Created by inforich - Saturday, February 22, 2014 8:47 AM | Last reply by lapheal - Saturday, February 22, 2014 2:14 PM -
0 Votes
animation in WPF and C# (deplace an image)
See the section titled "Defining animations in the code-behind" for an example.Answered | 3 Replies | 5082 Views | Created by lindsay05 - Wednesday, September 23, 2009 6:48 PM | Last reply by dekurver - Thursday, September 24, 2009 11:17 AM -
0 Votes
How to minimize & maximize child window
I've also merged most of the WPF and Silverlight code of it using linked files.Answered | 11 Replies | 24702 Views | Created by Anil Kamble - Thursday, November 18, 2010 2:29 AM | Last reply by ClipFlair - Monday, June 16, 2014 5:34 PM -
0 Votes
Silverligth animation from code
You might also want to consider using transition or theme animations instead of custom animations.Answered | 3 Replies | 2333 Views | Created by boco10 - Friday, March 2, 2012 6:02 PM | Last reply by boco10 - Saturday, March 3, 2012 7:49 AM -
2 Votes
Canvas save final image with child image
Thank you Hi, I just tried the whole code and it can work well on my machine, I can move the thumbnail image when mouse ...Answered | 6 Replies | 854 Views | Created by KrKa2022 - Tuesday, May 13, 2014 9:03 AM | Last reply by KrKa2022 - Tuesday, May 13, 2014 3:40 PM -
2 Votes
Animation of usercontrol change!!
The code in the sample I linked dynamically updates the "To" value on the animation.Answered | 11 Replies | 6031 Views | Created by Rakkk - Monday, June 29, 2015 9:24 AM | Last reply by duskydawn - Friday, March 17, 2017 10:21 PM -
2 Votes
Border for Canvas inside ItemsPanelTemplate!
That canvas is inside a listbox as show above.Answered | 4 Replies | 2123 Views | Created by vijaykamat - Monday, May 26, 2014 8:31 AM | Last reply by vijaykamat - Tuesday, May 27, 2014 8:43 AM -
0 Votes
Arranging/Sizing Viewboxes in a Canvas.
You can then Measure and resize any child objects you want.Answered | 3 Replies | 4408 Views | Created by clintsinger - Tuesday, July 1, 2008 8:30 PM | Last reply by Wodahs - Wednesday, July 2, 2008 5:31 PM - Items 1 to 20 of 681673 Next ›
No announcements