Sign in
Kael Rowan
Foundations of Elegant Code
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
Code Bubbles
Code Canvas
Debugger Canvas
Personal
Presentation.More
System.More
ZoomableCanvas
Browse by Tags
MSDN Blogs
>
Kael Rowan
>
All Tags
>
presentation.more
Tagged Content List
Blog Post:
ZoomableCanvas
Kael Rowan
ZoomableCanvas is the Panel that displays almost all of the elements in Code Canvas . Code Canvas is actually made up of several layers of ZoomableCanvas es that are stacked on top of each other, and they are synchronized by simply sharing the same values for Scale and Offset . Scale and Offset are the...
on
29 Jul 2010
Blog Post:
ZoomableCanvas: Preface
Kael Rowan
When I started writing Code Canvas back in 2008, I quickly realized that using a simple ScaleTransform on an existing Canvas would not produce the experience that I wanted. This was mostly because the elements on my canvas have many fine details such as the dog-ears on files, the icons next to identifiers...
on
26 Jul 2010
Blog Post:
PriorityQuadTree
Kael Rowan
Chris Lovett has a written a cool Virtualized WPF Canvas that lets you pan and zoom around a huge canvas full of shapes, and it only creates those shapes which can be seen on your screen at the time (i.e. within your viewbox of the canvas). As you pan around, it destroys the shapes that are no...
on
21 May 2009
Blog Post:
VirtualPanel
Kael Rowan
Virtualization, according to the documentation for WPF’s built-in VirtualizingStackPanel , refers to a technique by which a subset of user interface (UI) elements are generated from a larger number of data items based on which items are visible on-screen. This is a great feature since WPF cannot...
on
27 Apr 2009
Blog Post:
Rect.Intersects and IsDefined
Kael Rowan
When working on the PriorityQuadTree , most of the code I was reading and writing revolved around rectangle intersection. Rect defines an IntersectsWith method, but it doesn’t work with rectangles that are infinitely wide or tall like new Rect ( Double .NegativeInfinity, Double .NegativeInfinity...
on
27 Apr 2009
Blog Post:
Snapshooter
Kael Rowan
I’ve been working on a very large-scale canvas application for a while now, and I finally checked in the first working prototype today. The biggest challenge for this application is that the elements on the canvas are very rich. They aren’t just simple boxes and lines. Some of...
on
18 Jun 2008
Blog Post:
ArithmeticConverter
Kael Rowan
Using a declarative language like XAML to define a UI feels like the right thing to do, but it has its drawbacks. I appreciate that disallowing procedural code eliminates race conditions and side effects, but what about purely functional operations like simple arithmetic? The lack of simple math operations...
on
11 Jun 2008
Blog Post:
Presentation.More
Kael Rowan
In the same vein as System.More , I've also created a Windows Presentation Foundation counterpart called Presentation.More. And just like System.More defines classes in the same System namespaces as System.dll and System.Core.dll, Presentation.More also defines classes in the System.Windows namespaces...
on
21 May 2008
Page 1 of 1 (8 items)