WPF Graphics Rendering Services - Shape
Members of the System.Windows.Shapes namespace provide the most straightforward, most interactive, yet most memory-intensive way to render a two-dimensional image. This namespace (defined in the PresentationFramework.dll assembly) is quite small and consists of only six sealed classes that extend the abstract Shape base class:
- Ellipse
- Rectangle
- Line
- Polygon
- Polyline
- Path : provides the ability to define complex 2D graphical data represented as a collection of independent geometries.
- LineGeometry
- RectangleGeometry
- EllipseGeometry
- GeometryGroup
- CombinedGeometry
- PathGeometry
댓글
댓글 쓰기