WPF学习计划 - Visual

Windows Presentation Foundation Graphics Rendering Overview

Visual : Output display, transformations, clipping, hit testing, bounding box

UIElement : 继承自Visual, 包括input, focus, eventing, layout services

FrameworkElement: 继承自UIElement, 包括logic tree, data binding, dynamic resources, styles, animation

你可能感兴趣的:(WPF)