graphics - WPF Control that renders a 2d dimension? -
i need render value of width or height of 2d geometry object , request not text, dimension set of building plans. this image...oops new post images...like image googled -
http://www.archidigm.com/lounge/archdim/centerline_dim_1.gif
i have looked this, haven't been lucky in search. fine creating it, thought try not reinvent wheel if possible. know of control or library out there renders this?
this article looks helpful: http://msdn.microsoft.com/en-us/library/bb613591.aspx. although talks optimizing drawing, gives mention lot of different classes can use.
specifically, take @ drawing class: http://msdn.microsoft.com/en-us/library/system.windows.media.drawing.aspx#snippetgroup1
if want shapes interactive (because seems building cad-like application), drawinggroup
might help. check out example: http://msdn.microsoft.com/en-us/library/system.windows.media.drawinggroup.aspx#snippetgroup
also, drawinggroup
might way group actual shape (for example, wall in building) , ruler object shows dimensions.
Comments
Post a Comment