Silverlight Drawing
Definition
*Silverlight can be used to provide a richer experience in drawing and image filtering
*In Silverlight, a Shape is a type of UIElement that enables you to draw a shape to the screen. Because they are user interface (UI) elements, Shape objects can be used inside a variety of container objects such as Grid and Canvas.
*In Silverlight, a Shape is a type of UIElement that enables you to draw a shape to the screen. Because they are user interface (UI) elements, Shape objects can be used inside a variety of container objects such as Grid and Canvas.
Types of drawing
*Rectangle
*Ellipse
*Path
It’s easy to draw and manage shapes in Expression Blend, but when it comes to generate shapes automatically we realize that it’s much harder. Lucky for us all properties can be set in code and all shapes can be drawn.
Advantages
*With the advantage of rendering speed, Flash and Silverlight can provide a richer experience in drawing and image filtering. Moreover, by using the Timer Event, real time replay of drawing bring us into another generation of art.
*Silverlight can be used to provide a richer experience in drawing and image filtering
*In Silverlight, a Shape is a type of UIElement that enables you to draw a shape to the screen. Because they are user interface (UI) elements, Shape objects can be used inside a variety of container objects such as Grid and Canvas.
*In Silverlight, a Shape is a type of UIElement that enables you to draw a shape to the screen. Because they are user interface (UI) elements, Shape objects can be used inside a variety of container objects such as Grid and Canvas.
Types of drawing
*Rectangle
*Ellipse
*Path
It’s easy to draw and manage shapes in Expression Blend, but when it comes to generate shapes automatically we realize that it’s much harder. Lucky for us all properties can be set in code and all shapes can be drawn.
Advantages
*With the advantage of rendering speed, Flash and Silverlight can provide a richer experience in drawing and image filtering. Moreover, by using the Timer Event, real time replay of drawing bring us into another generation of art.
Comments
Post a Comment