RenderTransform « Windows Presentation Foundation « C# / C Sharp
Home
C# / C Sharp
1.
2D Graphics
2.
Class Interface
3.
Collections Data Structure
4.
Components
5.
Data Types
6.
Database ADO.net
7.
Design Patterns
8.
Development Class
9.
Event
10.
File Stream
11.
Generics
12.
GUI Windows Form
13.
Language Basics
14.
LINQ
15.
Network
16.
Office
17.
Reflection
18.
Regular Expressions
19.
Security
20.
Services Event
21.
Thread
22.
Web Services
23.
Windows
24.
Windows Presentation Foundation
25.
XML
26.
XML LINQ
C# / C Sharp by API
C# / CSharp Tutorial
C# / CSharp Open Source
C# / C Sharp
»
Windows Presentation Foundation
»
RenderTransform
Screenshots
1.
Rotate the text 90 degrees using a RotateTransform
2.
Skew the text using a TranslateTransform
3.
Skew the text using a SkewTransform
4.
Scale the text using a ScaleTransform
5.
Scales a rectangle by 200% from a center of (0,0)
6.
Scales a rectangle by 200% from a center of (25,25)
7.
ScaleX: 0.5 /ScaleY: 0.5 /Center: (25,25)
8.
Scales a rectangle by 200% from a center of (0.5,0.5)
9.
ScaleX: 0.5 / ScaleY: 0.5 / RenderTransformOrigin: (0.25,0.25)
10.
Applies a horizontal skew of 45 degrees from a center point of (0,0)
11.
Applies a horizontal skew of 45 degrees from a center point of (25,25)
12.
Applies a vertical skew of 45 degrees from a center point of (25,25)
13.
SkewTransform AngleX: 45 / AngleY: 0 / RenderTransformOrigin: (0.5,0.5)
14.
TranslateTransform X: 50 / Y: 0
15.
TranslateTransform X: 0 / Y : 50
16.
TranslateTransform X: 50 / Y: 50
17.
The X and Y properties of this TranslateTransform are each animated from -50 to 50
18.
Rotate then Translate
19.
Translate then Rotate
20.
Animated ScaleTransform
21.
Animated SkewTransform Example
22.
The ScaleX and ScaleY properties of this ScaleTransform are each animated from 0 to 1
23.
Path with ScaleTransformation
www.java2java.com
|
Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.