Browse Source

Added InvalidateVisual to IVisual.

pull/472/head
Steven Kirk 10 years ago
parent
commit
7dbb9b4373
  1. 5
      src/Perspex.SceneGraph/VisualTree/IVisual.cs

5
src/Perspex.SceneGraph/VisualTree/IVisual.cs

@ -85,6 +85,11 @@ namespace Perspex.VisualTree
/// </summary>
int ZIndex { get; set; }
/// <summary>
/// Invalidates the visual and queues a repaint.
/// </summary>
void InvalidateVisual();
/// <summary>
/// Renders the scene graph node to a <see cref="DrawingContext"/>.
/// </summary>

Loading…
Cancel
Save