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


댓글

이 블로그의 인기 게시물

Oracle NLS_DATE_FORMAT 변경

Alternative to IValueConvert, QuickConverter

Reflection with IDispatch-based COM objects