Advanced Forum Search Results
-
Thank you.
-
Could you give some sample code?
i knew that i should call render method, but i don't see any overload render() method with empty parameters.
Here is only one render(UIElement,Transform).
-
How to render an image to a WriteableBitMap?
im a new to WPF/silverlight programming.
i really appreciate your help.
-
But the problem is how can i get the stream.
How can i get the stream from a existing picture file?
-
Hi,ksleung. i've got your idea, but i don't have a stream, what i have is only a picture which is of png format.
Is there any method that can tackle such situation or that can converter a picture file into a stream?
im eager to know, thank you for your replies.
-
Hi, i'm sorry to reply so late.
And i tried using your code, but it seemed that my project didn't recognize some code such as System.Windows.Form,
it could't find this, i was wondering whether i lost something in my .net, and the project also could't recognize CopyPixel method. i have no idea why. By the way, i was using ...
-
i've changed int into double, but it didn't work as before.
-
Hi, i wanted to change a variable value during an period of animation. So, i writed these codes.
Player player=new player(); DoubleAnimationUsingKeyFrames Playerdirection = new DoubleAnimationUsingKeyFrames();
Storyboard.SetTarget(Playerdirection, player);
Storyboard.SetTargetProperty(Playerdirection, new ...
-
i don't understand, can you show me more details?
Thank you.
-
Hi, i've heard that there are some new features in silverlight3.
i was wondering how to get the pixel information in specific position of a png format image.
Thank you for anyone's help.
it seems that i can't do it by this.
BitmapImage Converter = new BitmapImage(new Uri("Resources/Map/test001.png", ...