<Window x:Class="Workspace.DockExample" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Title="Workspace" Width="640" Height="480"> <Path Stroke="Black" StrokeThickness="1" Fill="#CCCCFF"> <Path.Data> <RectangleGeometry Rect="30,55 100 30" /> </Path.Data> </Path> </Window>
24.105.Geometry | ||||
24.105.1. | LineGeometry | |||
24.105.2. | EllipseGeometry | |||
24.105.3. | RectangleGeometry | |||
24.105.4. | Animate GeometryDrawing Examples | |||
24.105.5. | CombinedGeometry for Path.Data and DrawingBrush for Path.Fill | |||
24.105.6. | Combines two geometries using the XOR combine mode | |||
24.105.7. | Combines two geometries using the union combine mode | |||
24.105.8. | Combines two geometries using the exclude combine mode | |||
24.105.9. | Geometry Transform for Rectangle | |||
24.105.10. | Geometry Transform for Path | |||
24.105.11. | Geometry Used with a DrawingBrush | |||
24.105.12. | Geometry Used as a Clip | |||
24.105.13. | Tiled Geometry | |||
24.105.14. | Ellipse Geometry Demo | |||
24.105.15. | LineGeometry Demo | |||
24.105.16. | Use PolyBezierSegment to Simulated Circle | |||
24.105.17. | Converting text to geometry | |||
24.105.18. | Use a PathGeometry object to highlight displayed text. | |||
24.105.19. | Shape Exclude | |||
24.105.20. | Shape Xor | |||
24.105.21. | Shape Union |